summaryrefslogtreecommitdiffstats
path: root/src/usr/errl/parser/errlparser.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/errl/parser/errlparser.C')
-rw-r--r--src/usr/errl/parser/errlparser.C6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/usr/errl/parser/errlparser.C b/src/usr/errl/parser/errlparser.C
index a6933c0c6..67a9bbf03 100644
--- a/src/usr/errl/parser/errlparser.C
+++ b/src/usr/errl/parser/errlparser.C
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2011,2014 */
+/* Contributors Listed Below - COPYRIGHT 2011,2015 */
+/* [+] International Business Machines Corp. */
+/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
@@ -822,7 +824,7 @@ int main( int argc, char *argv[] )
}
- // Convert the endianess of the storage header.
+ // Convert the endianness of the storage header.
storage_header_t* pHeader = reinterpret_cast<storage_header_t*>(pchBuffer);
ConvertStorageHeader( pHeader );
if( fVerbose )
OpenPOWER on IntegriCloud