summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcurl/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/cmcurl/setup.h')
-rw-r--r--Utilities/cmcurl/setup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmcurl/setup.h b/Utilities/cmcurl/setup.h
index e302f35..5ae881f 100644
--- a/Utilities/cmcurl/setup.h
+++ b/Utilities/cmcurl/setup.h
@@ -155,7 +155,7 @@ typedef unsigned char bool;
#define SIZEOF_CURL_OFF_T 4
#endif
-/* We set up our internal prefered (CURL_)FORMAT_OFF_T here */
+/* We set up our internal preferred (CURL_)FORMAT_OFF_T here */
#if SIZEOF_CURL_OFF_T > 4
#define FORMAT_OFF_T "lld"
#else