diff options
author | Sean Callanan <scallanan@apple.com> | 2010-01-18 22:11:34 +0000 |
---|---|---|
committer | Sean Callanan <scallanan@apple.com> | 2010-01-18 22:11:34 +0000 |
commit | 76d76d568942e08ee35762532a7090a596af906c (patch) | |
tree | dec3643813432f4e1825222ac02b24559ca6d8cb /include/llvm/Support/SMLoc.h | |
parent | 77f79895f8e8ba88f0a9a98610c4461c1d692296 (diff) |
Changed the comment in the file header for SMLoc
to something more accurate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93782 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/SMLoc.h')
-rw-r--r-- | include/llvm/Support/SMLoc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Support/SMLoc.h b/include/llvm/Support/SMLoc.h index fb86ee79b2..164b16c9f5 100644 --- a/include/llvm/Support/SMLoc.h +++ b/include/llvm/Support/SMLoc.h @@ -1,4 +1,4 @@ -//===- SMLoc.h - Manager for Source Buffers & Diagnostics -------*- C++ -*-===// +//===- SMLoc.h - Source location for use with diagnostics -------*- C++ -*-===// // // The LLVM Compiler Infrastructure // @@ -40,4 +40,4 @@ public: } -#endif
\ No newline at end of file +#endif |