]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Drivers/Isp1761UsbDxe/Isp1761UsbDxe.c
EmbeddedPkg: Fix various typos
[mirror_edk2.git] / EmbeddedPkg / Drivers / Isp1761UsbDxe / Isp1761UsbDxe.c
index 309e17b8fa4a4b00e3bfe779a7eb631f598b09ce..3ad453595bcdffc6c525c330ccefccbe0fd1bb74 100644 (file)
@@ -33,7 +33,7 @@
 */\r
 \r
 // TODO Make sure the controller isn't sending empty packets when it shouldn't\r
-// (check behaviour in cases when Buffer Length isn't explcitly set)\r
+// (check behaviour in cases when Buffer Length isn't explicitly set)\r
 \r
 // ISP1582 Datasheet:\r
 // "Data transfers preceding the status stage must first be fully\r
@@ -570,7 +570,7 @@ Isp1761PeriphStart (
   mDataReceivedCallback = RxCallback;\r
   mDataSentCallback = TxCallback;\r
 \r
-  // Register a timer event so CheckInterupts gets called periodically\r
+  // Register a timer event so CheckInterrupts gets called periodically\r
   Status = gBS->CreateEvent (\r
                   EVT_TIMER | EVT_NOTIFY_SIGNAL,\r
                   TPL_CALLBACK,\r