From 08383277cbd3bbe91afc4ea3b43f455359d47cbc Mon Sep 17 00:00:00 2001 From: Andreas Mohr Date: Fri, 17 Dec 2004 19:01:22 +0000 Subject: [PATCH] Fixed a typo. --- dlls/kernel/module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/kernel/module.c b/dlls/kernel/module.c index 6e8a51e8523..98cf0cfeada 100644 --- a/dlls/kernel/module.c +++ b/dlls/kernel/module.c @@ -441,7 +441,7 @@ HMODULE WINAPI GetModuleHandleW(LPCWSTR module) * This function always returns the long path of hModule (as opposed to * GetModuleFileName16() which returns short paths when the modules version * field is < 4.0). - * The function doesn't write a terminating '\0' is the buffer is too + * The function doesn't write a terminating '\0' if the buffer is too * small. */ DWORD WINAPI GetModuleFileNameA(