From d4e811a804ccce20d56f3a9fe13179c04ed7b096 Mon Sep 17 00:00:00 2001 From: Sean Callanan Date: Mon, 18 Jan 2010 22:11:34 +0000 Subject: 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 --- include/llvm/Support/SMLoc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/llvm/Support/SMLoc.h') 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 -- cgit v1.1