]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/scsi/scsi_error.c
trivial: fix singal -> signal typo
[net-next-2.6.git] / drivers / scsi / scsi_error.c
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()) {