]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SourceLevelDebugPkg/Include/Library/DebugCommunicationLib.h
SourceLevelDebugPkg: Fix typos in comments
[mirror_edk2.git] / SourceLevelDebugPkg / Include / Library / DebugCommunicationLib.h
index 0c1a7b0260f9c2c855340515855d722b5913a146..b2042841d28e7c0d1d949a05e2142f8122ed4ca1 100644 (file)
@@ -20,10 +20,10 @@ typedef VOID *    DEBUG_PORT_HANDLE;
 /**\r
   Caller provided function to be invoked at the end of DebugPortInitialize().\r
 \r
-  Refer to the descrption for DebugPortInitialize() for more details.\r
+  Refer to the description for DebugPortInitialize() for more details.\r
 \r
   @param[in] Context           The first input argument of DebugPortInitialize().\r
-  @param[in] DebugPortHandle   Debug port handle created by Debug Communication Libary.\r
+  @param[in] DebugPortHandle   Debug port handle created by Debug Communication Library.\r
 \r
 **/\r
 typedef\r
@@ -41,9 +41,9 @@ VOID
   stack, this function must work on the mode that doesn't return to the caller, then\r
   the caller needs to wrap up all rest of logic after DebugPortInitialize() into one\r
   function and pass it into DebugPortInitialize(). DebugPortInitialize() is\r
-  responsible to invoke the passing-in funciton at the end of DebugPortInitialize().\r
+  responsible to invoke the passing-in function at the end of DebugPortInitialize().\r
 \r
-  If the paramter Function is not NULL, Debug Communication Libary instance will\r
+  If the parameter Function is not NULL, Debug Communication Library instance will\r
   invoke it by passing in the Context to be the first parameter. Debug Communication\r
   Library instance could create one debug port handle to be the second parameter\r
   passing into the Function. Debug Communication Library instance also could pass\r