in-string typos of "error"

One patch for two trivial typos of 'error' with three R's, appearing in message strings.

There's a bunch more of the same in comments, not dealt with here.

Signed-off-by: Eddy L O Jansson <eddy@klopper.net>
Cc: Roman Zippel <zippel@linux-m68k.org>
Cc: Roland Dreier <rolandd@cisco.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Eddy L O Jansson
2007-07-31 00:38:53 -07:00
committed by Linus Torvalds
parent 41d202d80e
commit 0e6ff1580f
2 changed files with 2 additions and 2 deletions

View File

@@ -116,7 +116,7 @@ static void print_error_data(struct ehca_shca *shca, void *data,
}
default:
ehca_err(&shca->ib_device,
"Unknown errror type: %lx on %s.",
"Unknown error type: %lx on %s.",
type, shca->ib_device.name);
break;
}