diff options
-rw-r--r-- | include/llvm/Analysis/DebugInfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Analysis/DebugInfo.h b/include/llvm/Analysis/DebugInfo.h index 894c542..eb90ca4 100644 --- a/include/llvm/Analysis/DebugInfo.h +++ b/include/llvm/Analysis/DebugInfo.h @@ -46,8 +46,8 @@ namespace llvm { 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 { |