diff options
author | Eric Christopher <echristo@apple.com> | 2012-05-08 18:55:57 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-05-08 18:55:57 +0000 |
commit | 599da5ec016a6e52371c8e76e5aa091c04cbacd1 (patch) | |
tree | 8969849d06775da3793840a75308ca5ada2f69de | |
parent | f468fd805a962dc75e27b1564c0053e2e992ddbc (diff) | |
download | external_llvm-599da5ec016a6e52371c8e76e5aa091c04cbacd1.zip external_llvm-599da5ec016a6e52371c8e76e5aa091c04cbacd1.tar.gz external_llvm-599da5ec016a6e52371c8e76e5aa091c04cbacd1.tar.bz2 |
Update comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156404 91177308-0d34-0410-b5e6-96231b3b80d8
-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 { |