aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2018-11-13 02:50:26 +0000
committerNIIBE Yutaka <[email protected]>2018-11-13 02:50:26 +0000
commit4b41cf3bd16c8afcb4ba152ab9d5d679a7cb91e7 (patch)
tree054b212e0f47c386096985f54f0089bdb03008d5
parentgpgrt.m4: Don't support --with-*-prefix or SYSROOT. (diff)
downloadlibgpg-error-4b41cf3bd16c8afcb4ba152ab9d5d679a7cb91e7.tar.gz
libgpg-error-4b41cf3bd16c8afcb4ba152ab9d5d679a7cb91e7.zip
Fix typo in the annotation.
* src/init.c [DLL_EXPORT] (DllMain): Fix typo. Signed-off-by: NIIBE Yutaka <[email protected]>
-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)