diff options
Diffstat (limited to 'libs/libcurl/src/strtoofft.h')
-rw-r--r-- | libs/libcurl/src/strtoofft.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libcurl/src/strtoofft.h b/libs/libcurl/src/strtoofft.h index 93552c9630..e6ef31a870 100644 --- a/libs/libcurl/src/strtoofft.h +++ b/libs/libcurl/src/strtoofft.h @@ -30,7 +30,7 @@ * Determine which string to integral data type conversion function we use
* to implement string conversion to our curl_off_t integral data type.
*
- * Notice that curl_off_t might be 64 or 32 bit wide, and that it might use
+ * Notice that curl_off_t might be 64 or 32 bits wide, and that it might use
* an underlying data type which might be 'long', 'int64_t', 'long long' or
* '__int64' and more remotely other data types.
*
|