aboutsummaryrefslogtreecommitdiff
path: root/hw/slw.c
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2016-06-30 13:48:05 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-06-30 15:51:08 +1000
commitada74b48ad49f4bcb2b1186b34be20e197ce091d (patch)
tree71284c8014bcbdc101cd1c367ea17aae3ac7b317 /hw/slw.c
parent665e1a4ed09e474b94d81b7e14289295cbd30998 (diff)
downloadskiboot-ada74b48ad49f4bcb2b1186b34be20e197ce091d.zip
skiboot-ada74b48ad49f4bcb2b1186b34be20e197ce091d.tar.gz
skiboot-ada74b48ad49f4bcb2b1186b34be20e197ce091d.tar.bz2
slw: Fix typo in FWTS annotation
Update copyright header date at the same time Suggested-by: Vaidyanathan Srinivasan <svaidy@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hw/slw.c')
-rw-r--r--hw/slw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/slw.c b/hw/slw.c
index 7359b73..1fc90db 100644
--- a/hw/slw.c
+++ b/hw/slw.c
@@ -1,4 +1,4 @@
-/* Copyright 2013-2014 IBM Corp.
+/* Copyright 2013-2016 IBM Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -594,7 +594,7 @@ void add_cpu_idle_state_properties(void)
/**
* @fwts-label CreateDTPowerMgtNodeFail
* @fwts-advice OPAL failed to add the power-mgt device tree
- * node. This coudl mean that firmware ran out of memory,
+ * node. This could mean that firmware ran out of memory,
* or there's a bug somewhere.
*/
prlog(PR_ERR, "creating dt node /ibm,opal/power-mgt failed\n");