From: Richard Purdie Date: Tue, 17 Sep 2013 13:17:36 +0000 (+0100) Subject: linux-libc-headers: Fix comment typo spotted by Mark Hatle X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~35998 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27e7162840482c7790480be5f52c7651d5b71794;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git linux-libc-headers: Fix comment typo spotted by Mark Hatle Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc index f4a02331ffd..f44b61cdb9f 100644 --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc @@ -18,7 +18,7 @@ LICENSE = "GPLv2" # But you have some kernel headers you need for some driver? That is fine # but get them from STAGING_KERNEL_DIR where the kernel installs itself. # This will make the package using them machine specific but this is much -# better than having a maching specific C library. This does mean your +# better than having a machine specific C library. This does mean your # recipe needs a DEPENDS += "virtual/kernel" but again, that is fine and # makes total sense. #