summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/migration-1.4.rst
diff options
context:
space:
mode:
authorQuentin Schulz <foss@0leil.net>2020-10-05 20:37:25 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-10-20 11:12:06 +0100
commitf27fe90c7c2d792f0a64b2bb5cab25da3cf44b7f (patch)
tree8b03401b58f2aecf60a256076d19e14adb78b059 /documentation/ref-manual/migration-1.4.rst
parent7db69417c182d3a59699671ee4d059f8d4faf356 (diff)
downloadpoky-f27fe90c7c2d792f0a64b2bb5cab25da3cf44b7f.tar.gz
docs: ref-manual: fix typos
Reviewed-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (From yocto-docs rev: f21e92f74c8357b23fd4059af6815fbba9487147) Signed-off-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/migration-1.4.rst')
-rw-r--r--documentation/ref-manual/migration-1.4.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/migration-1.4.rst b/documentation/ref-manual/migration-1.4.rst
index 231fc95dac..daaea0ffa2 100644
--- a/documentation/ref-manual/migration-1.4.rst
+++ b/documentation/ref-manual/migration-1.4.rst
@@ -12,7 +12,7 @@ BitBake
12Differences include the following: 12Differences include the following:
13 13
14- *Comment Continuation:* If a comment ends with a line continuation 14- *Comment Continuation:* If a comment ends with a line continuation
15 (\) character, then the next line must also be a comment. Any 15 (\\) character, then the next line must also be a comment. Any
16 instance where this is not the case, now triggers a warning. You must 16 instance where this is not the case, now triggers a warning. You must
17 either remove the continuation character, or be sure the next line is 17 either remove the continuation character, or be sure the next line is
18 a comment. 18 a comment.