Documentation updates (mainly thru vs. through).
diff --git a/windows/multimon.c b/windows/multimon.c
index be4a2e7..e770482 100644
--- a/windows/multimon.c
+++ b/windows/multimon.c
@@ -155,7 +155,7 @@
break;
}
- /*fall thru */
+ /* fall through */
case NULLREGION:
return TRUE;
case ERROR:
diff --git a/windows/x11drv/clipboard.c b/windows/x11drv/clipboard.c
index 8c8a052..293e518 100644
--- a/windows/x11drv/clipboard.c
+++ b/windows/x11drv/clipboard.c
@@ -160,7 +160,7 @@
prop = XA_PIXMAP;
break;
}
- /* Fall thru to the default case in order to use the native format */
+ /* Fall through to the default case in order to use the native format */
}
default: