diff options
Diffstat (limited to 'bitbake/lib')
-rw-r--r-- | bitbake/lib/bb/fetch2/__init__.py | 2 |
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 | ||