Fix a typo. No functional change.
authorCraig Topper <craig.topper@gmail.com>
Tue, 18 Sep 2012 04:43:05 +0000 (04:43 +0000)
committerCraig Topper <craig.topper@gmail.com>
Tue, 18 Sep 2012 04:43:05 +0000 (04:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164100 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/Compiler.h

index 85e9befc0c7e78981a8fbe96fefcafa1c89fafd1..7ceeb3212119b85a06a239255e48e7c91d573cab 100644 (file)
@@ -40,7 +40,7 @@
 
 /// LLVM_DELETED_FUNCTION - Expands to = delete if the compiler supports it.
 /// Use to mark functions as uncallable. Member functions with this should
-/// be declared private so that some behaivor is kept in C++03 mode.
+/// be declared private so that some behavior is kept in C++03 mode.
 ///
 /// class DontCopy {
 /// private: