diff options
Diffstat (limited to 'MdeModulePkg/Universal/DebugSupportDxe/Ia32/DebugSupport.h')
-rw-r--r-- | MdeModulePkg/Universal/DebugSupportDxe/Ia32/DebugSupport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/DebugSupportDxe/Ia32/DebugSupport.h b/MdeModulePkg/Universal/DebugSupportDxe/Ia32/DebugSupport.h index d1a126c1c2..1af8a89833 100644 --- a/MdeModulePkg/Universal/DebugSupportDxe/Ia32/DebugSupport.h +++ b/MdeModulePkg/Universal/DebugSupportDxe/Ia32/DebugSupport.h @@ -86,7 +86,7 @@ Vect2Desc ( );
/**
- Initializes driver's handler registration databas.
+ Initializes driver's handler registration database.
This code executes in boot services context
Must be public because it's referenced from DebugSupport.c
|