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 | d4e811a804ccce20d56f3a9fe13179c04ed7b096 (patch) | |
| tree | dec3643813432f4e1825222ac02b24559ca6d8cb /include/llvm/Support/SMLoc.h | |
| parent | d6d9457a75b8059f16c36fd54d9b439036d268fc (diff) | |
| download | external_llvm-d4e811a804ccce20d56f3a9fe13179c04ed7b096.zip external_llvm-d4e811a804ccce20d56f3a9fe13179c04ed7b096.tar.gz external_llvm-d4e811a804ccce20d56f3a9fe13179c04ed7b096.tar.bz2 | |
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 fb86ee7..164b16c 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 |
