summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaoki Hayama <naoki.hayama@lineo.co.jp>2020-10-12 14:12:13 +0900
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-10-13 09:41:51 +0100
commit7a54652828d12c53dddd564e73005d1d334ea260 (patch)
tree554f6b5a5bdbf00cd7aaef0db7ee5ce6ff2e2ff2
parent493e17a2f5cbbbe3b1e435dadb281b007bca2cbf (diff)
downloadopenembedded-core-contrib-7a54652828d12c53dddd564e73005d1d334ea260.tar.gz
local.conf.sample: Fix comment typo
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>
-rw-r--r--meta/conf/local.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample
index 4e6324b6a1..22d43b20d4 100644
--- a/meta/conf/local.conf.sample
+++ b/meta/conf/local.conf.sample
@@ -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 \