]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c
code review's result.
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / PeiDxeDebugLibReportStatusCode / DebugLib.c
index 9ff476ecde8d8b86127b6ed3781889f29706c332..58dd56bf4b5854b6f71ea42b597c4bdbac366dec 100644 (file)
@@ -15,7 +15,7 @@
 \r
 \r
 #include <FrameworkPei.h>\r
-\r
+#include <FrameworkModuleBase.h>\r
 #include <Guid/StatusCodeDataTypeId.h>\r
 \r
 #include <Library/DebugLib.h>\r
@@ -111,7 +111,7 @@ DebugPrint (
   DEBUG_PROPERTY_ASSERT_DEADLOOP_ENABLED bit of PcdDebugProperyMask is set then\r
   CpuDeadLoop() is called.  If neither of these bits are set, then this function\r
   returns immediately after the message is printed to the debug output device.\r
-  DebugAssert() must actively prevent recusrsion.  If DebugAssert() is called while\r
+  DebugAssert() must actively prevent recursion.  If DebugAssert() is called while\r
   processing another DebugAssert(), then DebugAssert() must return immediately.\r
 \r
   If FileName is NULL, then a <FileName> string of "(NULL) Filename" is printed.\r