trivial: fix singal -> signal typo
authorFrederik Schwarzer <schwarzerf@gmail.com>
Mon, 22 Dec 2008 23:54:00 +0000 (00:54 +0100)
committerJiri Kosina <jkosina@suse.cz>
Tue, 6 Jan 2009 10:28:06 +0000 (11:28 +0100)
Typo fix.

Signed-off-by: Frederik Schwarzer <schwarzerf@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
arch/cris/arch-v32/kernel/signal.c
drivers/scsi/scsi_error.c

index da7d2be000bae4c36730c47b4d2b1af7f07baade..372d0ca6efbc66cfb98fafd6720e57044dc7bcd9 100644 (file)
@@ -456,7 +456,7 @@ give_sigsegv:
        return -EFAULT;
 }
 
-/* Invoke a singal handler to, well, handle the signal. */
+/* Invoke a signal handler to, well, handle the signal. */
 static inline int
 handle_signal(int canrestart, unsigned long sig,
              siginfo_t *info, struct k_sigaction *ka,
index 381838ebd4604ece9bf95c56f0a1000bcca668ae..d86ebea9350a3e7065dd718a592067886ab923aa 100644 (file)
@@ -1650,7 +1650,7 @@ int scsi_error_handler(void *data)
         * We use TASK_INTERRUPTIBLE so that the thread is not
         * counted against the load average as a running process.
         * We never actually get interrupted because kthread_run
-        * disables singal delivery for the created thread.
+        * disables signal delivery for the created thread.
         */
        set_current_state(TASK_INTERRUPTIBLE);
        while (!kthread_should_stop()) {