diff options
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 |