summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorctopper <ctopper@91177308-0d34-0410-b5e6-96231b3b80d8>2012-09-18 04:43:05 +0000
committerctopper <ctopper@91177308-0d34-0410-b5e6-96231b3b80d8>2012-09-18 04:43:05 +0000
commitd6915a042ee14d6764f5a238abfbc33133165e85 (patch)
treedd60ea1a1a0c87dc28225fa2fade086211c6b7bd /include
parentedeedb7b6078fabe340c5a574982b31d4bdeab0d (diff)
Fix a typo. No functional change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164100 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/Compiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/Compiler.h b/include/llvm/Support/Compiler.h
index 85e9befc0c..7ceeb32121 100644
--- a/include/llvm/Support/Compiler.h
+++ b/include/llvm/Support/Compiler.h
@@ -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: