lkml.org 
[lkml]   [2003]   [Feb]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] Spelling fixes for 2.5.63 - hasn't
This fixes:
hasnt -> hasn't (9 occurrences)

diff -ur a/arch/mips/au1000/common/time.c b/arch/mips/au1000/common/time.c
--- a/arch/mips/au1000/common/time.c Mon Feb 24 11:05:15 2003
+++ b/arch/mips/au1000/common/time.c Tue Feb 25 09:48:36 2003
@@ -240,7 +240,7 @@

/*
* xtime is atomically updated in timer_bh. jiffies - wall_jiffies
- * is nonzero if the timer bottom half hasnt executed yet.
+ * is nonzero if the timer bottom half hasn't executed yet.
*/
if (jiffies - wall_jiffies)
tv->tv_usec += USECS_PER_JIFFY;
diff -ur a/arch/mips/dec/time.c b/arch/mips/dec/time.c
--- a/arch/mips/dec/time.c Mon Feb 24 11:05:40 2003
+++ b/arch/mips/dec/time.c Tue Feb 25 09:48:38 2003
@@ -220,7 +220,7 @@

/*
* xtime is atomically updated in timer_bh. jiffies - wall_jiffies
- * is nonzero if the timer bottom half hasnt executed yet.
+ * is nonzero if the timer bottom half hasn't executed yet.
*/
if (jiffies - wall_jiffies)
tv->tv_usec += USECS_PER_JIFFY;
diff -ur a/arch/mips/ite-boards/generic/time.c b/arch/mips/ite-boards/generic/time.c
--- a/arch/mips/ite-boards/generic/time.c Mon Feb 24 11:05:17 2003
+++ b/arch/mips/ite-boards/generic/time.c Tue Feb 25 09:48:40 2003
@@ -350,7 +350,7 @@
/*
* xtime is atomically updated in timer_bh.
* jiffies - wall_jiffies
- * is nonzero if the timer bottom half hasnt executed yet.
+ * is nonzero if the timer bottom half hasn't executed yet.
*/
if (jiffies - wall_jiffies)
tv->tv_usec += USECS_PER_JIFFY;
diff -ur a/arch/mips/kernel/old-time.c b/arch/mips/kernel/old-time.c
--- a/arch/mips/kernel/old-time.c Mon Feb 24 11:05:38 2003
+++ b/arch/mips/kernel/old-time.c Tue Feb 25 09:48:45 2003
@@ -229,7 +229,7 @@

/*
* xtime is atomically updated in timer_bh. jiffies - wall_jiffies
- * is nonzero if the timer bottom half hasnt executed yet.
+ * is nonzero if the timer bottom half hasn't executed yet.
*/
if (jiffies - wall_jiffies)
tv->tv_usec += USECS_PER_JIFFY;
diff -ur a/arch/mips/kernel/time.c b/arch/mips/kernel/time.c
--- a/arch/mips/kernel/time.c Mon Feb 24 11:05:29 2003
+++ b/arch/mips/kernel/time.c Tue Feb 25 09:48:47 2003
@@ -73,7 +73,7 @@
/*
* xtime is atomically updated in timer_bh.
* jiffies - wall_jiffies
- * is nonzero if the timer bottom half hasnt executed yet.
+ * is nonzero if the timer bottom half hasn't executed yet.
*/
if (jiffies - wall_jiffies)
tv->tv_usec += USECS_PER_JIFFY;
diff -ur a/arch/mips/mips-boards/generic/time.c b/arch/mips/mips-boards/generic/time.c
--- a/arch/mips/mips-boards/generic/time.c Mon Feb 24 11:05:36 2003
+++ b/arch/mips/mips-boards/generic/time.c Tue Feb 25 09:48:49 2003
@@ -380,7 +380,7 @@
/*
* xtime is atomically updated in timer_bh.
* jiffies - wall_jiffies
- * is nonzero if the timer bottom half hasnt executed yet.
+ * is nonzero if the timer bottom half hasn't executed yet.
*/
if (jiffies - wall_jiffies)
tv->tv_usec += USECS_PER_JIFFY;
diff -ur a/arch/mips/philips/nino/time.c b/arch/mips/philips/nino/time.c
--- a/arch/mips/philips/nino/time.c Mon Feb 24 11:05:05 2003
+++ b/arch/mips/philips/nino/time.c Tue Feb 25 09:48:51 2003
@@ -82,7 +82,7 @@

/*
* xtime is atomically updated in timer_bh. lost_ticks is
- * nonzero if the timer bottom half hasnt executed yet.
+ * nonzero if the timer bottom half hasn't executed yet.
*/
if (jiffies - wall_jiffies)
tv->tv_usec += USECS_PER_JIFFY;
diff -ur a/arch/mips64/mips-boards/generic/time.c b/arch/mips64/mips-boards/generic/time.c
--- a/arch/mips64/mips-boards/generic/time.c Mon Feb 24 11:05:11 2003
+++ b/arch/mips64/mips-boards/generic/time.c Tue Feb 25 09:48:34 2003
@@ -369,7 +369,7 @@
/*
* xtime is atomically updated in timer_bh.
* jiffies - wall_jiffies
- * is nonzero if the timer bottom half hasnt executed yet.
+ * is nonzero if the timer bottom half hasn't executed yet.
*/
if (jiffies - wall_jiffies)
tv->tv_usec += USECS_PER_JIFFY;
diff -ur a/drivers/message/i2o/i2o_core.c b/drivers/message/i2o/i2o_core.c
--- a/drivers/message/i2o/i2o_core.c Mon Feb 24 11:05:35 2003
+++ b/drivers/message/i2o/i2o_core.c Tue Feb 25 09:48:54 2003
@@ -2619,7 +2619,7 @@
{
/*
* Mark the entry dead. We cannot remove it. This is important.
- * When it does terminate (which it must do if the controller hasnt
+ * When it does terminate (which it must do if the controller hasn't
* died..) then it will otherwise scribble on stuff.
* !complete lets us safely check if the entry is still
* allocated and thus we can write into it
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:33    [W:0.033 / U:0.148 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site