[llvm-commits] [llvm] r156404 - /llvm/trunk/include/llvm/Analysis/DebugInfo.h

Eric Christopher echristo at apple.com
Tue May 8 11:55:57 PDT 2012


Author: echristo
Date: Tue May  8 13:55:57 2012
New Revision: 156404

URL: http://llvm.org/viewvc/llvm-project?rev=156404&view=rev
Log:
Update comment.

Modified:
    llvm/trunk/include/llvm/Analysis/DebugInfo.h

Modified: llvm/trunk/include/llvm/Analysis/DebugInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/DebugInfo.h?rev=156404&r1=156403&r2=156404&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/DebugInfo.h (original)
+++ llvm/trunk/include/llvm/Analysis/DebugInfo.h Tue May  8 13:55:57 2012
@@ -46,8 +46,8 @@
   class DIObjCProperty;
 
   /// DIDescriptor - A thin wraper around MDNode to access encoded debug info.
-  /// This should not be stored in a container, because underly MDNode may
-  /// change in certain situations.
+  /// This should not be stored in a container, because the underlying MDNode
+  /// may change in certain situations.
   class DIDescriptor {
   public:
     enum {





More information about the llvm-commits mailing list