summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-04 11:06:16 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-07 09:06:37 +0000
commit08a9fef4fa0036708f29bd150d7ecf66354e5475 (patch)
tree6955da824a13e240361f6e414ec266dad4006c6c /bitbake
parent806d1c25f8ca8ab5116652e6f82f7d9ee5774278 (diff)
downloadpoky-08a9fef4fa0036708f29bd150d7ecf66354e5475.tar.gz
bitbake/fetch2: Fix typo
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/fetch2/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/__init__.py b/bitbake/lib/bb/fetch2/__init__.py
index 95841b453e..f1b87f9ee2 100644
--- a/bitbake/lib/bb/fetch2/__init__.py
+++ b/bitbake/lib/bb/fetch2/__init__.py
@@ -581,7 +581,7 @@ def srcrev_internal_helper(ud, d, name):
581 """ 581 """
582 Return: 582 Return:
583 a) a source revision if specified 583 a) a source revision if specified
584 b) latest revision if SREREV="AUTOINC" 584 b) latest revision if SRCREV="AUTOINC"
585 c) None if not specified 585 c) None if not specified
586 """ 586 """
587 587