aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/Support/MemoryBuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/MemoryBuffer.h b/include/llvm/Support/MemoryBuffer.h
index bc61c34eb0..1e3a154ede 100644
--- a/include/llvm/Support/MemoryBuffer.h
+++ b/include/llvm/Support/MemoryBuffer.h
@@ -76,7 +76,7 @@ public:
const char *BufferName = "");
/// getSTDIN - Read all of stdin into a file buffer, and return it. This
- /// fails if stdin is empty.
+ /// returns null if stdin is empty.
static MemoryBuffer *getSTDIN();