From: Naoki Hayama Date: Mon, 12 Oct 2020 05:12:13 +0000 (+0900) Subject: local.conf.sample: Fix comment typo X-Git-Tag: 2020-10-gatesgarth~66 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7a54652828d12c53dddd564e73005d1d334ea260;p=openembedded-core.git local.conf.sample: Fix comment typo Fix comment typo. s/necesary/necessary/ Signed-off-by: Naoki Hayama Signed-off-by: Richard Purdie --- 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 \