[llvm-commits] [llvm] r164100 - /llvm/trunk/include/llvm/Support/Compiler.h

Craig Topper craig.topper at gmail.com
Mon Sep 17 21:43:05 PDT 2012


Author: ctopper
Date: Mon Sep 17 23:43:05 2012
New Revision: 164100

URL: http://llvm.org/viewvc/llvm-project?rev=164100&view=rev
Log:
Fix a typo. No functional change.

Modified:
    llvm/trunk/include/llvm/Support/Compiler.h

Modified: llvm/trunk/include/llvm/Support/Compiler.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/Compiler.h?rev=164100&r1=164099&r2=164100&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/Compiler.h (original)
+++ llvm/trunk/include/llvm/Support/Compiler.h Mon Sep 17 23:43:05 2012
@@ -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:





More information about the llvm-commits mailing list