aboutsummaryrefslogtreecommitdiff
path: root/core/console.c
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2014-07-31 14:30:00 +1000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-08-08 16:07:26 +1000
commit904a3b51a20102fb504c498a55d31ce87c525643 (patch)
tree1d6908e30de17a38d465abfb9ad4b68a2601c57c /core/console.c
parent62aadce2eeedb461c07f12ead92e6f8de97cedd0 (diff)
downloadskiboot-904a3b51a20102fb504c498a55d31ce87c525643.zip
skiboot-904a3b51a20102fb504c498a55d31ce87c525643.tar.gz
skiboot-904a3b51a20102fb504c498a55d31ce87c525643.tar.bz2
Trivial typo fix: case -> cause
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'core/console.c')
-rw-r--r--core/console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/console.c b/core/console.c
index b291b1b..5794151 100644
--- a/core/console.c
+++ b/core/console.c
@@ -95,7 +95,7 @@ bool __flush_console(void)
/*
* Console flushing is suspended on this CPU, typically because
- * some critical locks are held that would potentially case a
+ * some critical locks are held that would potentially cause a
* flush to deadlock
*/
if (cpu->con_suspend) {