From 40d7b75141080adb8b42cc5ea058c91944e7621e Mon Sep 17 00:00:00 2001 From: Thi Tran Date: Thu, 26 May 2011 16:18:24 -0500 Subject: Add user data macros, fix singleton for error logging. Change-Id: Ie093af3c3c1202563c47c01472a97dd36a3a184a Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/106 Reviewed-by: Andrew J. Geissler Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III --- src/include/usr/example/examplerc.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/usr/example') diff --git a/src/include/usr/example/examplerc.H b/src/include/usr/example/examplerc.H index 9e65d3515..94287ae58 100644 --- a/src/include/usr/example/examplerc.H +++ b/src/include/usr/example/examplerc.H @@ -8,9 +8,9 @@ // The definitions in this file is an example that shows how to define // reason codes. Each Host Boot component should have a service code -// file (servicecodes.H) that defines its module IDs and +// file (reasoncodes.H) that defines its module IDs and // unique reason codes. -// See errlservicecodes.H for example of this file for ERRL component. +// See errlreasoncodes.H for example of this file for ERRL component. // Below is an example of defining reason codes enum myModuleId -- cgit v1.2.1