diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-17 14:17:36 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-17 14:17:36 +0100 |
commit | 27e7162840482c7790480be5f52c7651d5b71794 (patch) | |
tree | b884e04dcaac92147b359e230f3bdfeb28f5e44a /meta/recipes-kernel/linux-libc-headers | |
parent | dccd55eaeaee123238372c02c34d476d68816232 (diff) | |
download | openembedded-core-contrib-27e7162840482c7790480be5f52c7651d5b71794.tar.gz |
linux-libc-headers: Fix comment typo spotted by Mark Hatle
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux-libc-headers')
-rw-r--r-- | meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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. # |