diff options
Diffstat (limited to 'BaseTools/Source/C/Common/ParseGuidedSectionTools.c')
-rw-r--r-- | BaseTools/Source/C/Common/ParseGuidedSectionTools.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Source/C/Common/ParseGuidedSectionTools.c b/BaseTools/Source/C/Common/ParseGuidedSectionTools.c index 5afe963841..4cc3fcae96 100644 --- a/BaseTools/Source/C/Common/ParseGuidedSectionTools.c +++ b/BaseTools/Source/C/Common/ParseGuidedSectionTools.c @@ -36,7 +36,7 @@ typedef struct _GUID_SEC_TOOL_ENTRY { } GUID_SEC_TOOL_ENTRY;
//
-// Functin Implementation
+// Function Implementation
//
EFI_HANDLE
|