Amd64/misc 64bit fixes (#236)
[reactos.git] / drivers / network / ndis / ndis / buffer.c
index 8c13504..4c00fa9 100644 (file)
@@ -10,7 +10,6 @@
 
 #include <ndissys.h>
 
-
 __inline ULONG SkipToOffset(
     IN PNDIS_BUFFER Buffer,
     IN UINT Offset,
@@ -95,7 +94,7 @@ UINT CopyBufferToBufferChain(
 
         DstSize -= BytesToCopy;
         if (DstSize == 0) {
-            /* No more bytes in desination buffer. Proceed to
+            /* No more bytes in destination buffer. Proceed to
                the next buffer in the destination buffer chain */
             NdisGetNextBuffer(DstBuffer, &DstBuffer);
             if (!DstBuffer)