diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-10 02:06:53 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-10 02:06:53 +0100 |
commit | a457aa6c2bdd743bbbffd3f9e4fdbd8c71f8af1b (patch) | |
tree | 23b1109d5d286d1e96424f0195ed8c3144e04eb1 /scripts/Makefile.modpost | |
parent | [PATCH] rcu: don't set ->next_pending in rcu_start_batch() (diff) | |
parent | Small fixups to the EHCI Kconfig help text (diff) | |
download | linux-a457aa6c2bdd743bbbffd3f9e4fdbd8c71f8af1b.tar.xz linux-a457aa6c2bdd743bbbffd3f9e4fdbd8c71f8af1b.zip |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Diffstat (limited to 'scripts/Makefile.modpost')
-rw-r--r-- | scripts/Makefile.modpost | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.modpost b/scripts/Makefile.modpost index 0c4f3a9f2ea9..bf96a61d4b86 100644 --- a/scripts/Makefile.modpost +++ b/scripts/Makefile.modpost @@ -30,7 +30,7 @@ # - See include/linux/module.h for more details # Step 4 is solely used to allow module versioning in external modules, -# where the CRC of each module is retreived from the Module.symers file. +# where the CRC of each module is retrieved from the Module.symers file. .PHONY: _modpost _modpost: __modpost |