Index: /trunk/include/iprt/vfs.h
===================================================================
--- /trunk/include/iprt/vfs.h	(revision 84190)
+++ /trunk/include/iprt/vfs.h	(revision 84191)
@@ -1517,8 +1517,8 @@
 /** Normal truncate or grow (zero'ed) like RTFileSetSize . */
 #define RTVFSFILE_SIZE_F_NORMAL             UINT32_C(0x00000001)
-/** Only grow the file, ignore call if cbSize would trunacte the file.
+/** Only grow the file, ignore call if cbSize would truncate the file.
  * This is what RTFileSetAllocationSize does by default.  */
 #define RTVFSFILE_SIZE_F_GROW               UINT32_C(0x00000002)
-/** Only grow the file, ignore call if cbSize would trunacte the file.
+/** Only grow the file, ignore call if cbSize would truncate the file.
  * This is what RTFileSetAllocationSize does by default.  */
 #define RTVFSFILE_SIZE_F_GROW_KEEP_SIZE     UINT32_C(0x00000003)
