Browse Source

kbuild: fix comment in Makefile.modinst

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Olaf Hering 11 years ago
parent
commit
8740e687a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/Makefile.modinst

+ 1 - 1
scripts/Makefile.modinst

@@ -31,6 +31,6 @@ $(modules):
 
 
 # Declare the contents of the .PHONY variable as phony.  We keep that
-# information in a variable se we can use it in if_changed and friends.
+# information in a variable so we can use it in if_changed and friends.
 
 .PHONY: $(PHONY)