diff options
Diffstat (limited to 'MdeModulePkg/Application/MemoryProfileInfo')
-rw-r--r-- | MdeModulePkg/Application/MemoryProfileInfo/MemoryProfileInfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Application/MemoryProfileInfo/MemoryProfileInfo.c b/MdeModulePkg/Application/MemoryProfileInfo/MemoryProfileInfo.c index 148607db72..191c310685 100644 --- a/MdeModulePkg/Application/MemoryProfileInfo/MemoryProfileInfo.c +++ b/MdeModulePkg/Application/MemoryProfileInfo/MemoryProfileInfo.c @@ -627,7 +627,7 @@ DumpMemoryProfileMemoryRange ( @param[in] ProfileSize Memory profile size.
@param[in] Signature Signature.
- @return Pointer to the stucture with the signature.
+ @return Pointer to the structure with the signature.
**/
VOID *
|