aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSam Ravnborg <sam@mars.ravnborg.org>2004-03-23 00:19:34 +0100
committerSam Ravnborg <sam@mars.ravnborg.org>2004-03-23 00:19:34 +0100
commit0dbbc713048ac36b68cbc523563e7f73a5fe2ac5 (patch)
treee6b846aa73ffe6b7246aa186829aa8a145e51b1b /scripts
parent0f4619a8c9922ae35abb5ca4b3674272b5432463 (diff)
downloadhistory-0dbbc713048ac36b68cbc523563e7f73a5fe2ac5.tar.gz
kbuild: Trivial spelling / rephrasing
From: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/basic/fixdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/basic/fixdep.c b/scripts/basic/fixdep.c
index 1e9b8d4fde380..8bd6442229cf0 100644
--- a/scripts/basic/fixdep.c
+++ b/scripts/basic/fixdep.c
@@ -38,7 +38,7 @@
*
* The idea above dates, by the way, back to Michael E Chastain, AFAIK.
*
- * So to get dependencies right, there two issues:
+ * So to get dependencies right, there are two issues:
* o if any of the files the compiler read changed, we need to rebuild
* o if the command line given to the compile the file changed, we
* better rebuild as well.