]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/scsi/scsi_error.c
Merge branch 'core/percpu' into stackprotector
[linux-2.6-omap-h63xx.git] / drivers / scsi / scsi_error.c
index 7484e4317efb110cd5607d8984f9ee2478848313..ad6a1370761e65549a5a5bb74dc9ff1b57554de9 100644 (file)
@@ -1638,7 +1638,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()) {