diff options
author | Simon Arlott <simon@fire.lp0.eu> | 2007-10-20 01:04:37 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2007-10-20 01:04:37 +0200 |
commit | c3a2ddee16e67c86f3b469ccdd396cda034756a9 (patch) | |
tree | 302c40250f7af0b76d5f9f034ad45f3cb2eca4bc /arch/alpha/kernel/err_titan.c | |
parent | 24b7ce985aaa0adc922d0cbd3d53a186c33d7b33 (diff) | |
download | op-kernel-dev-c3a2ddee16e67c86f3b469ccdd396cda034756a9.zip op-kernel-dev-c3a2ddee16e67c86f3b469ccdd396cda034756a9.tar.gz |
spelling fixes: arch/alpha/
Spelling fixes in arch/alpha/.
Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'arch/alpha/kernel/err_titan.c')
-rw-r--r-- | arch/alpha/kernel/err_titan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/kernel/err_titan.c b/arch/alpha/kernel/err_titan.c index 543d96d..6f38678 100644 --- a/arch/alpha/kernel/err_titan.c +++ b/arch/alpha/kernel/err_titan.c @@ -591,7 +591,7 @@ privateer_process_680_frame(struct el_common *mchk_header, int print) (struct el_PRIVATEER_envdata_mcheck *) ((unsigned long)mchk_header + mchk_header->sys_offset); - /* TODO - catagorize errors, for now, no error */ + /* TODO - categorize errors, for now, no error */ if (!print) return status; |