diff options
Diffstat (limited to 'src/usr/diag/prdf/common/plat/prdfLineDelete.H')
-rwxr-xr-x | src/usr/diag/prdf/common/plat/prdfLineDelete.H | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/diag/prdf/common/plat/prdfLineDelete.H b/src/usr/diag/prdf/common/plat/prdfLineDelete.H index ba3b4703f..6a0e89be7 100755 --- a/src/usr/diag/prdf/common/plat/prdfLineDelete.H +++ b/src/usr/diag/prdf/common/plat/prdfLineDelete.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2012,2014 */ +/* Contributors Listed Below - COPYRIGHT 2012,2015 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -46,7 +46,7 @@ namespace LineDelete { /** @enum CacheType - * Used to express where a cache error occured. + * Used to express where a cache error occurred. */ enum CacheType { @@ -83,7 +83,7 @@ namespace LineDelete * Used to store and threshold cache CE errors. * * Takes a threshold policy (such as "2 per day") and allows that many hits - * per address before signalling "at threshold". (the 2nd occurance would + * per address before signalling "at threshold". (the 2nd occurrence would * be the at threshold). * * @note This is now being used for eRepair as well as cache CEs. |