]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-libc-headers: Fix comment typo spotted by Mark Hatle
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Sep 2013 13:17:36 +0000 (14:17 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Sep 2013 13:17:36 +0000 (14:17 +0100)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc

index f4a02331ffd60d19968221d9fd25780014e9949e..f44b61cdb9f818b584c505748335bca6c3cf7702 100644 (file)
@@ -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.
 #