diff options
author | Daniel Gustafsson <daniel@yesql.se> | 2017-04-17 11:04:48 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-04-17 23:17:50 +0200 |
commit | aaa7e05c786290e212035079060911020ff4d3ba (patch) | |
tree | a09adc224e40b5d653c8308918dd53c2519ddb70 /lib/easy.c | |
parent | c25aba1254135a230971c1ed2a8140bde52b7b07 (diff) | |
download | curl-aaa7e05c786290e212035079060911020ff4d3ba.tar.gz |
code: fix typos and style in comments
A few random typos, and minor whitespace cleanups, found in comments
while reading code.
Closes #1423
Diffstat (limited to 'lib/easy.c')
-rw-r--r-- | lib/easy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/easy.c b/lib/easy.c index 8822b42c8..2b5f972e1 100644 --- a/lib/easy.c +++ b/lib/easy.c @@ -179,7 +179,7 @@ curl_wcsdup_callback Curl_cwcsdup = (curl_wcsdup_callback)_wcsdup; #endif #else /* - * Symbian OS doesn't support initialization to code in writeable static data. + * Symbian OS doesn't support initialization to code in writable static data. * Initialization will occur in the curl_global_init() call. */ curl_malloc_callback Curl_cmalloc; |