aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.c b/src/init.c
index 81ebd0f..f104ec4 100644
--- a/src/init.c
+++ b/src/init.c
@@ -580,7 +580,7 @@ DllMain (HINSTANCE hinst, DWORD reason, LPVOID reserved)
/* If we have not constructors (e.g. MSC) we call it here. */
_gpg_w32__init_gettext_module ();
#endif
- /* falltru. */
+ /* fallthru. */
case DLL_THREAD_ATTACH:
tls = LocalAlloc (LPTR, sizeof *tls);
if (!tls)