Title: [220541] trunk/Source/WTF
Revision
220541
Author
timothy_hor...@apple.com
Date
2017-08-10 12:39:28 -0700 (Thu, 10 Aug 2017)

Log Message

Fix a silly typo in Compiler.h

* wtf/Compiler.h:
Heature, indeed.

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (220540 => 220541)


--- trunk/Source/WTF/ChangeLog	2017-08-10 19:31:53 UTC (rev 220540)
+++ trunk/Source/WTF/ChangeLog	2017-08-10 19:39:28 UTC (rev 220541)
@@ -1,3 +1,10 @@
+2017-08-10  Tim Horton  <timothy_hor...@apple.com>
+
+        Fix a silly typo in Compiler.h
+
+        * wtf/Compiler.h:
+        Heature, indeed.
+
 2017-08-10  Michael Catanzaro  <mcatanz...@igalia.com>
 
         Remove ENABLE_GAMEPAD_DEPRECATED

Modified: trunk/Source/WTF/wtf/Compiler.h (220540 => 220541)


--- trunk/Source/WTF/wtf/Compiler.h	2017-08-10 19:31:53 UTC (rev 220540)
+++ trunk/Source/WTF/wtf/Compiler.h	2017-08-10 19:39:28 UTC (rev 220541)
@@ -42,7 +42,7 @@
 #define COMPILER_HAS_CLANG_BUILTIN(x) 0
 #endif
 
-/* COMPILER_HAS_CLANG_HEATURE() - whether the compiler supports a particular language or library feature. */
+/* COMPILER_HAS_CLANG_FEATURE() - whether the compiler supports a particular language or library feature. */
 /* http://clang.llvm.org/docs/LanguageExtensions.html#has-feature-and-has-extension */
 #ifdef __has_feature
 #define COMPILER_HAS_CLANG_FEATURE(x) __has_feature(x)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to