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 | 85b27528fc661b695b3f2688ad6f2f9c85940dc2 (patch) | |
| tree | 6932251b304e97097370c9ee7a3c9d5edb3566e8 /llvm/include | |
| parent | 7eb6e0ffd68c9f07908db9a57bd5b55c0eac87e9 (diff) | |
| download | bcm5719-llvm-85b27528fc661b695b3f2688ad6f2f9c85940dc2.tar.gz bcm5719-llvm-85b27528fc661b695b3f2688ad6f2f9c85940dc2.zip | |
Changed the comment in the file header for SMLoc
to something more accurate.
llvm-svn: 93782
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/Support/SMLoc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/Support/SMLoc.h b/llvm/include/llvm/Support/SMLoc.h index fb86ee79b2e..164b16c9f57 100644 --- a/llvm/include/llvm/Support/SMLoc.h +++ b/llvm/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 |

