Index: /trunk/src/VBox/Runtime/r3/win/vcc100-kernel32-fakes.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/win/vcc100-kernel32-fakes.cpp	(revision 70479)
+++ /trunk/src/VBox/Runtime/r3/win/vcc100-kernel32-fakes.cpp	(revision 70480)
@@ -322,5 +322,5 @@
 DECL_KERNEL32(BOOL) Fake_CancelIo(HANDLE hHandle)
 {
-    /* NT 3.51 have the NTDLL API this corresponds to. */
+    /* All NT versions the NTDLL API this corresponds to. */
     RESOLVE_NTDLL_API(NtCancelIoFile);
     if (pfnNtCancelIoFile)
