1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

Fix a typo. No functional change.

llvm-svn: 164100
This commit is contained in:
Craig Topper 2012-09-18 04:43:05 +00:00
parent 1a1e7664ae
commit 04a52acb1d

View 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: