diff options
Diffstat (limited to 'ShellPkg/Include/ShellBase.h')
-rw-r--r-- | ShellPkg/Include/ShellBase.h | 5 |
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 |