From 4b41cf3bd16c8afcb4ba152ab9d5d679a7cb91e7 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Tue, 13 Nov 2018 11:50:26 +0900 Subject: Fix typo in the annotation. * src/init.c [DLL_EXPORT] (DllMain): Fix typo. Signed-off-by: NIIBE Yutaka --- src/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3