[llvm-commits] [llvm] r102612 - /llvm/trunk/include/llvm/Metadata.h
Duncan Sands
baldrick at free.fr
Thu Apr 29 05:32:45 PDT 2010
Author: baldrick
Date: Thu Apr 29 07:32:45 2010
New Revision: 102612
URL: http://llvm.org/viewvc/llvm-project?rev=102612&view=rev
Log:
Fix comment typo.
Modified:
llvm/trunk/include/llvm/Metadata.h
Modified: llvm/trunk/include/llvm/Metadata.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Metadata.h?rev=102612&r1=102611&r2=102612&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Metadata.h (original)
+++ llvm/trunk/include/llvm/Metadata.h Thu Apr 29 07:32:45 2010
@@ -91,7 +91,7 @@
FunctionLocalBit = 1 << 0,
/// NotUniquedBit - This is set on MDNodes that are not uniqued because they
- /// have a null perand.
+ /// have a null operand.
NotUniquedBit = 1 << 1,
/// DestroyFlag - This bit is set by destroy() so the destructor can assert
More information about the llvm-commits
mailing list