[Skiboot] [PATCH 1/2] slw: Fix typo in FWTS annotation
Stewart Smith
stewart at linux.vnet.ibm.com
Thu Jun 30 13:48:05 AEST 2016
Update copyright header date at the same time
Suggested-by: Vaidyanathan Srinivasan <svaidy at linux.vnet.ibm.com>
Signed-off-by: Stewart Smith <stewart at linux.vnet.ibm.com>
---
hw/slw.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hw/slw.c b/hw/slw.c
index 7359b73e93f7..1fc90dbb0966 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");
--
2.1.4
More information about the Skiboot
mailing list