trivial: chack -> check typo fix in main Makefile
authorAnisse Astier <anisse@astier.eu>
Tue, 6 Jan 2009 10:32:22 +0000 (11:32 +0100)
committerJiri Kosina <jkosina@suse.cz>
Tue, 6 Jan 2009 10:32:22 +0000 (11:32 +0100)
Trivial one letter spelling in main Makefile

Signed-off-by: Anisse Astier <anisse@astier.eu>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Makefile

index f900666..c9ac008 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1008,7 +1008,7 @@ define check-symlink
 endef
 
 # We create the target directory of the symlink if it does
-# not exist so the test in chack-symlink works and we have a
+# not exist so the test in check-symlink works and we have a
 # directory for generated filesas used by some architectures.
 define create-symlink
        if [ ! -L include/asm ]; then                                      \