Index: /trunk/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp	(revision 30358)
+++ /trunk/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp	(revision 30359)
@@ -148,5 +148,5 @@
 RTDECL(bool) RTThreadPreemptIsPendingTrusty(void)
 {
-    /* RTThreadPreemptIsPending is only reliable of we've got both offsets and size. */
+    /* RTThreadPreemptIsPending is only reliable if we've got both offsets and size. */
     return g_offrtNtPbQuantumEnd    != 0
         && g_cbrtNtPbQuantumEnd     != 0
