diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-01-22 11:56:39 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-01-22 11:56:39 +0000 |
commit | d5bb877fba1a212968fad74cf74a9dfda5401500 (patch) | |
tree | 9ebb0ffaebd0dd565e7447e43f9c78807dc32c0d /include | |
parent | 0c4907afccdce7bbf7236e46b9df697975e42d44 (diff) |
s/not/note
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h index f34a3effe..100e72872 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -82,7 +82,7 @@ extern "C" { /* gcc on windows or Watcom */ typedef long long curl_off_t; #else -/* "normal" approach, do not that this does not necessarily mean that +/* "normal" approach, do note that this does not necessarily mean that the type is >32 bits, see the SIZEOF_CURL_OFF_T define for that! */ typedef off_t curl_off_t; #endif |