summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Yasskin <jyasskin@google.com>2009-11-18 22:04:44 +0000
committerJeffrey Yasskin <jyasskin@google.com>2009-11-18 22:04:44 +0000
commitc85e9c563a18ee14af22aaafa904621408865fd1 (patch)
tree06250f8707abfeaa0210624cda48a5112e6db968
parent1bc0f9affc20474dbf86842e2f38b00c844207c6 (diff)
downloadbcm5719-llvm-c85e9c563a18ee14af22aaafa904621408865fd1.tar.gz
bcm5719-llvm-c85e9c563a18ee14af22aaafa904621408865fd1.zip
Remove spurious @verbatim. Patch by Timo Juhani Lindfors!
llvm-svn: 89252
-rw-r--r--llvm/include/llvm/Support/MemoryBuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/MemoryBuffer.h b/llvm/include/llvm/Support/MemoryBuffer.h
index 95d0d3d6e82..65c7167318a 100644
--- a/llvm/include/llvm/Support/MemoryBuffer.h
+++ b/llvm/include/llvm/Support/MemoryBuffer.h
@@ -24,7 +24,7 @@ namespace llvm {
/// of memory, and provides simple methods for reading files and standard input
/// into a memory buffer. In addition to basic access to the characters in the
/// file, this interface guarantees you can read one character past the end of
-/// @verbatim the file, and that this character will read as '\0'. @endverbatim
+/// the file, and that this character will read as '\0'.
class MemoryBuffer {
const char *BufferStart; // Start of the buffer.
const char *BufferEnd; // End of the buffer.
OpenPOWER on IntegriCloud