[llvm-commits] [llvm] r144236 - /llvm/trunk/lib/Analysis/DIBuilder.cpp
Nick Lewycky
nicholas at mxc.ca
Wed Nov 9 14:45:04 PST 2011
Author: nicholas
Date: Wed Nov 9 16:45:04 2011
New Revision: 144236
URL: http://llvm.org/viewvc/llvm-project?rev=144236&view=rev
Log:
Fix typo in comment.
Modified:
llvm/trunk/lib/Analysis/DIBuilder.cpp
Modified: llvm/trunk/lib/Analysis/DIBuilder.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Analysis/DIBuilder.cpp?rev=144236&r1=144235&r2=144236&view=diff
==============================================================================
--- llvm/trunk/lib/Analysis/DIBuilder.cpp (original)
+++ llvm/trunk/lib/Analysis/DIBuilder.cpp Wed Nov 9 16:45:04 2011
@@ -189,7 +189,7 @@
return DIType(MDNode::get(VMContext, Elts));
}
-/// createQaulifiedType - Create debugging information entry for a qualified
+/// createQualifiedType - Create debugging information entry for a qualified
/// type, e.g. 'const int'.
DIType DIBuilder::createQualifiedType(unsigned Tag, DIType FromTy) {
// Qualified types are encoded in DIDerivedType format.
More information about the llvm-commits
mailing list