diff options
Diffstat (limited to 'BaseTools/Source/C/GenFw/ElfConvert.h')
-rw-r--r-- | BaseTools/Source/C/GenFw/ElfConvert.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Source/C/GenFw/ElfConvert.h b/BaseTools/Source/C/GenFw/ElfConvert.h index 1c0f24e6c2..e0f9e29333 100644 --- a/BaseTools/Source/C/GenFw/ElfConvert.h +++ b/BaseTools/Source/C/GenFw/ElfConvert.h @@ -49,7 +49,7 @@ typedef enum { } SECTION_FILTER_TYPES;
//
-// FunctionTalbe
+// FunctionTable
//
typedef struct {
VOID (*ScanSections) ();
|