diff options
author | Lee Revell <rlrevell@joe-job.com> | 2006-06-26 18:30:00 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-06-26 18:30:00 +0200 |
commit | f18190bd3407554ba6df30a1927e07e6cba93e56 (patch) | |
tree | 0df4f4f575242923d670ef77b4978d22a4a98bf4 /Documentation/kdump | |
parent | a0ebb3ffd6c195011f7e4abdfc40f98342d36ce2 (diff) |
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>
Diffstat (limited to 'Documentation/kdump')
-rw-r--r-- | Documentation/kdump/gdbmacros.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kdump/gdbmacros.txt b/Documentation/kdump/gdbmacros.txt index dcf5580380ab..9b9b454b048a 100644 --- a/Documentation/kdump/gdbmacros.txt +++ b/Documentation/kdump/gdbmacros.txt @@ -175,7 +175,7 @@ end document trapinfo Run info threads and lookup pid of thread #1 'trapinfo <pid>' will tell you by which trap & possibly - addresthe kernel paniced. + address the kernel panicked. end |