summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Include/ShellBase.h
diff options
context:
space:
mode:
authorjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>2009-11-19 19:53:58 +0000
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>2009-11-19 19:53:58 +0000
commitef34de257bd1956c1f6e6f93ba7dda64b17a41ea (patch)
treeb8f2512ea3a548a4dc1a232bc679d3c9bf3040fb /ShellPkg/Include/ShellBase.h
parent125c2cf4f152760920ee4b1e5d73e03daf02d394 (diff)
downloadedk2-ef34de257bd1956c1f6e6f93ba7dda64b17a41ea.tar.gz
edk2-ef34de257bd1956c1f6e6f93ba7dda64b17a41ea.tar.bz2
edk2-ef34de257bd1956c1f6e6f93ba7dda64b17a41ea.zip
fixing errors found in code review.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9450 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg/Include/ShellBase.h')
-rw-r--r--ShellPkg/Include/ShellBase.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ShellPkg/Include/ShellBase.h b/ShellPkg/Include/ShellBase.h
index 3929df7b77..d5f0b03eec 100644
--- a/ShellPkg/Include/ShellBase.h
+++ b/ShellPkg/Include/ShellBase.h
@@ -138,9 +138,10 @@ SHELL_INCOMPATIBLE_VERSION = 25,
SHELL_SECURITY_VIOLATION = 26,
///
-/// A CRC error was detected.
+/// The function was performed and resulted in an unequal
+/// comparison..
///
-SHELL_CRC_ERROR = 27
+SHELL_NOT_EQUAL = 27
}SHELL_STATUS;
#endif //__SHELL_BASE__ \ No newline at end of file