OSDN Git Service

Changed the comment in the file header for SMLoc
authorSean Callanan <scallanan@apple.com>
Mon, 18 Jan 2010 22:11:34 +0000 (22:11 +0000)
committerSean Callanan <scallanan@apple.com>
Mon, 18 Jan 2010 22:11:34 +0000 (22:11 +0000)
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

index fb86ee7..164b16c 100644 (file)
@@ -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