summaryrefslogtreecommitdiffstats
path: root/src/usr/sbe/sbe_update.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/sbe/sbe_update.C')
-rw-r--r--src/usr/sbe/sbe_update.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/sbe/sbe_update.C b/src/usr/sbe/sbe_update.C
index a6e72b243..9dd9e0a6f 100644
--- a/src/usr/sbe/sbe_update.C
+++ b/src/usr/sbe/sbe_update.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2013,2014 */
+/* Contributors Listed Below - COPYRIGHT 2013,2015 */
/* [+] Google Inc. */
/* [+] International Business Machines Corp. */
/* */
@@ -1163,7 +1163,7 @@ namespace SBE
sizeof(NONSECURE_VER_EYECATCH);
// Increment pointer sizeof(uint64_t) because eyecatcher
- // must be 8-byte alligned
+ // must be 8-byte aligned
for(; tmpPtr<endPtr; tmpPtr+=sizeof(uint64_t))
{
if(*(reinterpret_cast<uint64_t*>(tmpPtr)) ==
OpenPOWER on IntegriCloud