From c03264a790acacb94839be11b95ff9363a768f6b Mon Sep 17 00:00:00 2001 From: Frederik Schwarzer Date: Tue, 23 Dec 2008 00:54:00 +0100 Subject: trivial: fix singal -> signal typo Typo fix. Signed-off-by: Frederik Schwarzer Signed-off-by: Jiri Kosina --- drivers/scsi/scsi_error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers') diff --git a/drivers/scsi/scsi_error.c b/drivers/scsi/scsi_error.c index 381838e..d86ebea 100644 --- a/drivers/scsi/scsi_error.c +++ b/drivers/scsi/scsi_error.c @@ -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()) { -- cgit v1.1