diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-06-30 13:48:05 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-06-30 15:51:08 +1000 |
commit | ada74b48ad49f4bcb2b1186b34be20e197ce091d (patch) | |
tree | 71284c8014bcbdc101cd1c367ea17aae3ac7b317 | |
parent | 665e1a4ed09e474b94d81b7e14289295cbd30998 (diff) | |
download | skiboot-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>
-rw-r--r-- | hw/slw.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"); |