summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.rst')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.rst b/documentation/dev-manual/dev-manual-common-tasks.rst
index bef8bf840f..43fe972ef4 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.rst
+++ b/documentation/dev-manual/dev-manual-common-tasks.rst
@@ -9477,7 +9477,7 @@ been parsed. The variables include those from the configuration as well:
9477 9477
9478In the output of ``bitbake -e``, each variable is preceded by a 9478In the output of ``bitbake -e``, each variable is preceded by a
9479description of how the variable got its value, including temporary 9479description of how the variable got its value, including temporary
9480values that were later overriden. This description also includes 9480values that were later overridden. This description also includes
9481variable flags (varflags) set on the variable. The output can be very 9481variable flags (varflags) set on the variable. The output can be very
9482helpful during debugging. 9482helpful during debugging.
9483 9483