|
@@ -66,7 +66,7 @@ static irqreturn_t timer_interrupt(int irq, void *dummy)
|
|
|
/*
|
|
|
* Here we are in the timer irq handler. We just have irqs locally
|
|
|
* disabled but we don't know if the timer_bh is running on the other
|
|
|
- * CPU. We need to avoid to SMP race with it. NOTE: we don' t need
|
|
|
+ * CPU. We need to avoid to SMP race with it. NOTE: we don't need
|
|
|
* the irq version of write_lock because as just said we have irq
|
|
|
* locally disabled. -arca
|
|
|
*/
|
|
@@ -126,7 +126,7 @@ void time_init(void)
|
|
|
|
|
|
/* FIX by dqg : Set to zero for platforms that don't have tod */
|
|
|
/* without this time is undefined and can overflow time_t, causing */
|
|
|
- /* very stange errors */
|
|
|
+ /* very strange errors */
|
|
|
year = 1980;
|
|
|
mon = day = 1;
|
|
|
hour = min = sec = 0;
|