summaryrefslogtreecommitdiff
path: root/win32/codepage.h
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-07-25 05:38:50 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2018-07-25 11:57:11 +0200
commita5e80b22e11c2db7fd5ff07b5b7a28f80745e89b (patch)
tree31d5964b5ceeb8ca1f81511f08bc4b89d872e8a7 /win32/codepage.h
parenta29a800cb0749c19a99a7019219c44b5415b6a78 (diff)
downloadphp-git-a5e80b22e11c2db7fd5ff07b5b7a28f80745e89b.tar.gz
Fix typos in code comments
Diffstat (limited to 'win32/codepage.h')
-rw-r--r--win32/codepage.h2
1 files changed, 1 insertions, 1 deletions
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)
{/*{{{*/