diff options
author | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-12-24 03:22:31 +0000 |
---|---|---|
committer | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-12-24 03:22:31 +0000 |
commit | a1158366091c74f831da8232d8bbb39dc2befda9 (patch) | |
tree | 628feb55193a70bab5290c8fdabab083afa71f79 /IntelFrameworkModulePkg/Include/Guid | |
parent | 1adf568bd1434f05f14635b35400aad0801e22b5 (diff) | |
download | edk2-platforms-a1158366091c74f831da8232d8bbb39dc2befda9.tar.xz |
update file/function comments to list the string length limitation.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9596 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Include/Guid')
-rw-r--r-- | IntelFrameworkModulePkg/Include/Guid/StatusCodeDataTypeDebug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IntelFrameworkModulePkg/Include/Guid/StatusCodeDataTypeDebug.h b/IntelFrameworkModulePkg/Include/Guid/StatusCodeDataTypeDebug.h index e87947735f..52e7c95e73 100644 --- a/IntelFrameworkModulePkg/Include/Guid/StatusCodeDataTypeDebug.h +++ b/IntelFrameworkModulePkg/Include/Guid/StatusCodeDataTypeDebug.h @@ -25,7 +25,7 @@ }
///
-/// The maximum size of an EFI_DEBUG_INO structure
+/// The maximum size of an EFI_DEBUG_INFO structure
///
#define EFI_STATUS_CODE_DATA_MAX_SIZE 200
|