From a5e80b22e11c2db7fd5ff07b5b7a28f80745e89b Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Wed, 25 Jul 2018 05:38:50 +0200 Subject: Fix typos in code comments --- win32/codepage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/codepage.h') diff --git a/win32/codepage.h b/win32/codepage.h index cf3d72e39b..7929ea7509 100644 --- a/win32/codepage.h +++ b/win32/codepage.h @@ -76,7 +76,7 @@ PW32CP char *php_win32_cp_conv_w_to_cur(const wchar_t* in, size_t in_len, size_t PW32CP wchar_t *php_win32_cp_env_any_to_w(const char* env); /* This function tries to make the best guess to convert any - given string to a wide char, also prefering the fastest code + given string to a wide char, also preferring the fastest code path to unicode. It returns NULL on fail. */ __forceinline static wchar_t *php_win32_cp_conv_any_to_w(const char* in, size_t in_len, size_t *out_len) {/*{{{*/ -- cgit v1.2.1