aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAndries E. Brouwer <andries.brouwer@cwi.nl>2003-05-26 02:45:54 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2003-05-26 02:45:54 -0700
commit2e06448d89312eb97635779d945d5e2f276f04d1 (patch)
tree623b740339cc1e60b7c8adb9399b957da8ac553f /scripts
parent87c3dfd1e61170ba262c3fb5c52c58184f4ed507 (diff)
downloadhistory-2e06448d89312eb97635779d945d5e2f276f04d1.tar.gz
[PATCH] some typos
Diffstat (limited to 'scripts')
-rw-r--r--scripts/fixdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/fixdep.c b/scripts/fixdep.c
index ef292f9d49a72..84ee2a6c89bda 100644
--- a/scripts/fixdep.c
+++ b/scripts/fixdep.c
@@ -21,7 +21,7 @@
*
* If the user re-runs make *config, linux/autoconf.h will be
* regenerated. make notices that and will rebuild every file which
- * includes autconf.h, i.e. basically all files. This is extremely
+ * includes autoconf.h, i.e. basically all files. This is extremely
* annoying if the user just changed CONFIG_HIS_DRIVER from n to m.
*
* So we play the same trick that "mkdep" played before. We replace
@@ -72,7 +72,7 @@
* cmd_<target> = <cmdline>
*
* and then basically copies the .<target>.d file to stdout, in the
- * process filtering out the dependency on linux/autconf.h and adding
+ * process filtering out the dependency on linux/autoconf.h and adding
* dependencies on include/config/my/option.h for every
* CONFIG_MY_OPTION encountered in any of the prequisites.
*