fix paniced->panicked typos

In a testament to the utter simplicity and logic of the English
language ;-), I found a single correct use - in kernel/panic.c - and
10-15 incorrect ones.

Signed-Off-By: Lee Revell <rlrevell@joe-job.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
This commit is contained in:
Lee Revell
2006-06-26 18:30:00 +02:00
committed by Adrian Bunk
parent a0ebb3ffd6
commit f18190bd34
8 changed files with 15 additions and 15 deletions

View File

@@ -34,7 +34,7 @@
#define POWERDOWN_TIMEOUT 120
/*
* Blink frequency during reboot grace period and when paniced.
* Blink frequency during reboot grace period and when panicked.
*/
#define POWERDOWN_FREQ (HZ / 4)
#define PANIC_FREQ (HZ / 8)