summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/network/cf/LoaderRunLoopCF.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/network/cf/LoaderRunLoopCF.h')
-rw-r--r--Source/WebCore/platform/network/cf/LoaderRunLoopCF.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/network/cf/LoaderRunLoopCF.h b/Source/WebCore/platform/network/cf/LoaderRunLoopCF.h
index e0d3ba4..272acf9 100644
--- a/Source/WebCore/platform/network/cf/LoaderRunLoopCF.h
+++ b/Source/WebCore/platform/network/cf/LoaderRunLoopCF.h
@@ -29,7 +29,7 @@
#if USE(CFNETWORK)
#if !PLATFORM(WIN)
-#error This code is not needed on platforms other than Windows, because main thread's CFRunLoop can be used.
+#error This code is not needed on platforms other than Windows, because the CFRunLoop from the main thread can be used.
#endif
typedef struct __CFRunLoop* CFRunLoopRef;