commit:     9de3d60c10c8cc33aa05c2a7fcd6d4b345c386a9
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 25 10:47:11 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Jun 25 10:47:11 2015 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=9de3d60c

[eclass] Fix function name.

 eclass/github.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/github.eclass b/eclass/github.eclass
index df0263d..d4691ef 100644
--- a/eclass/github.eclass
+++ b/eclass/github.eclass
@@ -123,7 +123,7 @@ github_src_unpack() {
 }
 
 
-# @FUNCTION: github_src_unpack
+# @FUNCTION: github_src_prepare
 # @DESCRIPTION:
 # Function for applying patches to Github packages.
 github_src_prepare() {

Reply via email to