diff options
author | Olaf Hering <olaf@aepfle.de> | 2014-06-06 14:30:59 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-06-19 15:19:01 +0200 |
commit | 8740e687a658dae04f64f99c07891dc4b5f0251f (patch) | |
tree | e4e6a5db19e2a30f3686d3f01a28bd9520f95889 /scripts/Makefile.modinst | |
parent | e70cfe4aec0880d45c0ba773123fe18b9d699a64 (diff) | |
download | talos-op-linux-8740e687a658dae04f64f99c07891dc4b5f0251f.tar.gz talos-op-linux-8740e687a658dae04f64f99c07891dc4b5f0251f.zip |
kbuild: fix comment in Makefile.modinst
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'scripts/Makefile.modinst')
-rw-r--r-- | scripts/Makefile.modinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.modinst b/scripts/Makefile.modinst index ecbb44797e28..95ec7b35e8b6 100644 --- a/scripts/Makefile.modinst +++ b/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) |