summaryrefslogtreecommitdiffstats
path: root/bitbake/doc
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/doc')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
index ce0e84db02..7ef848f006 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
@@ -334,7 +334,7 @@
334 FOO_append = "baz" 334 FOO_append = "baz"
335 </literallayout> 335 </literallayout>
336 The only effect of changing the second assignment in the 336 The only effect of changing the second assignment in the
337 previous example to use ":=" would be to add a space before 337 previous example to use "+=" would be to add a space before
338 "baz" in the appended value (due to how the "+=" operator 338 "baz" in the appended value (due to how the "+=" operator
339 works). 339 works).
340 </note> 340 </note>