bitbake/fetch2: Fix typo

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2011-02-04 11:06:16 +00:00
parent 806d1c25f8
commit 08a9fef4fa
1 changed files with 1 additions and 1 deletions

View File

@ -581,7 +581,7 @@ def srcrev_internal_helper(ud, d, name):
"""
Return:
a) a source revision if specified
b) latest revision if SREREV="AUTOINC"
b) latest revision if SRCREV="AUTOINC"
c) None if not specified
"""