]> code.ossystems Code Review - openembedded-core.git/commitdiff
local.conf.sample: Fix comment typo
authorNaoki Hayama <naoki.hayama@lineo.co.jp>
Mon, 12 Oct 2020 05:12:13 +0000 (14:12 +0900)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Oct 2020 08:41:51 +0000 (09:41 +0100)
Fix comment typo.
s/necesary/necessary/

Signed-off-by: Naoki Hayama <naoki.hayama@lineo.co.jp>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/local.conf.sample

index 4e6324b6a11b199449289633cd4be4470ec2dca1..22d43b20d41b30298ff6b388d9d1e92dec470bfb 100644 (file)
@@ -170,7 +170,7 @@ PATCHRESOLVE = "noop"
 # shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort
 # of the build. The reason for this is that running completely out of space can corrupt
 # files and damages the build in ways which may not be easily recoverable.
-# It's necesary to monitor /tmp, if there is no space left the build will fail
+# It's necessary to monitor /tmp, if there is no space left the build will fail
 # with very exotic errors.
 BB_DISKMON_DIRS ??= "\
     STOPTASKS,${TMPDIR},1G,100K \