Changeset 220541 in webkit


Ignore:
Timestamp:
Aug 10, 2017 12:39:28 PM (7 years ago)
Author:
timothy_horton@apple.com
Message:

Fix a silly typo in Compiler.h

  • wtf/Compiler.h:

Heature, indeed.

Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r220532 r220541  
     12017-08-10  Tim Horton  <timothy_horton@apple.com>
     2
     3        Fix a silly typo in Compiler.h
     4
     5        * wtf/Compiler.h:
     6        Heature, indeed.
     7
    182017-08-10  Michael Catanzaro  <mcatanzaro@igalia.com>
    29
  • trunk/Source/WTF/wtf/Compiler.h

    r220403 r220541  
    4343#endif
    4444
    45 /* COMPILER_HAS_CLANG_HEATURE() - whether the compiler supports a particular language or library feature. */
     45/* COMPILER_HAS_CLANG_FEATURE() - whether the compiler supports a particular language or library feature. */
    4646/* http://clang.llvm.org/docs/LanguageExtensions.html#has-feature-and-has-extension */
    4747#ifdef __has_feature
Note: See TracChangeset for help on using the changeset viewer.