Skip to content

Commit 4e433fc

Browse files
Cao jinmasahir0y
Cao jin
authored andcommitted
fixdep: trivial: typo fix and correction
Signed-off-by: Cao jin <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 312a3d0 commit 4e433fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: scripts/basic/fixdep.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*
2626
* So we play the same trick that "mkdep" played before. We replace
2727
* the dependency on autoconf.h by a dependency on every config
28-
* option which is mentioned in any of the listed prequisites.
28+
* option which is mentioned in any of the listed prerequisites.
2929
*
3030
* kconfig populates a tree in include/config/ with an empty file
3131
* for each config symbol and when the configuration is updated
@@ -34,7 +34,7 @@
3434
* the config symbols are rebuilt.
3535
*
3636
* So if the user changes his CONFIG_HIS_DRIVER option, only the objects
37-
* which depend on "include/linux/config/his/driver.h" will be rebuilt,
37+
* which depend on "include/config/his/driver.h" will be rebuilt,
3838
* so most likely only his driver ;-)
3939
*
4040
* The idea above dates, by the way, back to Michael E Chastain, AFAIK.
@@ -75,7 +75,7 @@
7575
* and then basically copies the .<target>.d file to stdout, in the
7676
* process filtering out the dependency on autoconf.h and adding
7777
* dependencies on include/config/my/option.h for every
78-
* CONFIG_MY_OPTION encountered in any of the prequisites.
78+
* CONFIG_MY_OPTION encountered in any of the prerequisites.
7979
*
8080
* It will also filter out all the dependencies on *.ver. We need
8181
* to make sure that the generated version checksum are globally up

0 commit comments

Comments
 (0)