[DRIVERS] Spelling fixes by Josh Soref. CORE-12286
[reactos.git] / reactos / drivers / storage / class / disk_new / disk.h
index f47d41b..da24ffe 100644 (file)
@@ -209,7 +209,7 @@ typedef struct _DISK_DATA {
 
     //
     // ReadyStatus - STATUS_SUCCESS indicates that the drive is ready for
-    // use.  Any error status is to be returned as an explaination for why
+    // use.  Any error status is to be returned as an explanation for why
     // a request is failed.
     //
     // This was done solely for the zero-length partition case of having no
@@ -259,7 +259,7 @@ typedef struct _DISK_DATA {
 
 #if defined(_X86_)
     //
-    // This flag indiciates that a non-default geometry for this drive has
+    // This flag indicates that a non-default geometry for this drive has
     // already been determined by the disk driver.  This field is ignored
     // for removable media drives.
     //
@@ -301,7 +301,7 @@ typedef struct _DISK_DATA {
 
 } DISK_DATA, *PDISK_DATA;
 
-// Define a general structure of identfing disk controllers with bad
+// Define a general structure of identifying disk controllers with bad
 // hardware.
 //