From: Douglas Katzman Date: Wed, 24 Jun 2015 21:46:53 +0000 (+0000) Subject: Spelling fixes in comments. X-Git-Tag: llvmorg-3.7.0-rc1~1592 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b5fb2d461b917adc610817ee0d9c27a9b6fc2c03;p=platform%2Fupstream%2Fllvm.git Spelling fixes in comments. llvm-svn: 240594 --- diff --git a/llvm/cmake/modules/HandleLLVMOptions.cmake b/llvm/cmake/modules/HandleLLVMOptions.cmake index a936894..9f5a3a0 100644 --- a/llvm/cmake/modules/HandleLLVMOptions.cmake +++ b/llvm/cmake/modules/HandleLLVMOptions.cmake @@ -308,9 +308,9 @@ if( MSVC ) -wd4805 # Suppress 'unsafe mix of type and type in operation' -wd4204 # Suppress 'nonstandard extension used : non-constant aggregate initializer' - # Idelly, we'd like this warning to be enabled, but MSVC 2013 doesn't + # Ideally, we'd like this warning to be enabled, but MSVC 2013 doesn't # support the 'aligned' attribute in the way that clang sources requires (for - # any code that uses the LLVM_ALIGNAS marco), so this is must be disabled to + # any code that uses the LLVM_ALIGNAS macro), so this is must be disabled to # avoid unwanted alignment warnings. # When we switch to requiring a version of MSVC that supports the 'alignas' # specifier (MSVC 2015?) this warning can be re-enabled.