summaryrefslogtreecommitdiffstats
path: root/lib/bb/cache.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bb/cache.py')
-rw-r--r--lib/bb/cache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/cache.py b/lib/bb/cache.py
index 431fc079e..38e91480b 100644
--- a/lib/bb/cache.py
+++ b/lib/bb/cache.py
@@ -692,7 +692,7 @@ def init(cooker):
* Its mtime
* The mtimes of all its dependencies
- * Whether it caused a parse.SkipPackage exception
+ * Whether it caused a parse.SkipRecipe exception
Files causing parsing errors are evicted from the cache.