[FASTFAT]
[reactos.git] / reactos / drivers / filesystems / fastfat / create.c
index c55d9ee..ede9a75 100644 (file)
@@ -583,7 +583,7 @@ VfatCreateFile(
 
         idx = FileObject->FileName.Length / sizeof(WCHAR) - 1;
 
-        /* Skip tailing \ - if any */
+        /* Skip trailing \ - if any */
         if (PathNameU.Buffer[idx] == L'\\')
         {
             --idx;