summaryrefslogtreecommitdiffstats
path: root/lib/share.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/share.h')
-rw-r--r--lib/share.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/share.h b/lib/share.h
index 632d919..f63a6f8 100644
--- a/lib/share.h
+++ b/lib/share.h
@@ -34,7 +34,7 @@
#define CURL_GOOD_SHARE 0x7e117a1e
#define GOOD_SHARE_HANDLE(x) ((x) && (x)->magic == CURL_GOOD_SHARE)
-/* this struct is libcurl-private, don't export details */
+/* this struct is libcurl-private, do not export details */
struct Curl_share {
unsigned int magic; /* CURL_GOOD_SHARE */
unsigned int specifier;