[BOOT] Spelling fixes by Josh Soref. CORE-12286
[reactos.git] / reactos / boot / environ / lib / mm / mm.c
index bc679a1..9a8ae3c 100644 (file)
@@ -208,7 +208,7 @@ BlMmMapPhysicalAddressEx (
         goto Quickie;
     }
 
-    /* Compute the final adress where the mapping was made */
+    /* Compute the final address where the mapping was made */
     MappedBase = (PVOID)((ULONG_PTR)MappingAddress +
                          PhysicalAddress.LowPart -
                          MappedAddress.LowPart);
@@ -274,7 +274,7 @@ BlMmUnmapVirtualAddressEx (
     /* Increment call depth */
     ++MmDescriptorCallTreeCount;
 
-    /* Make sure all parameters are tehre */
+    /* Make sure all parameters are there */
     if ((VirtualAddress) && (Size))
     {
         /* Unmap the virtual address */