From 640e7c6d078a5c5a3843f738f45cad30f56d659f Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Mon, 23 Mar 2009 04:53:34 +0000
Subject: [PATCH] tt'ify.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67505 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/CodingStandards.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/CodingStandards.html b/docs/CodingStandards.html
index 0aab5c7b671..b1199778b0f 100644
--- a/docs/CodingStandards.html
+++ b/docs/CodingStandards.html
@@ -526,8 +526,8 @@ example) is allowed normally, it is just <iostream> that is
causing problems.
The preferred replacement for stream functionality is the
-raw_ostream class (for writing to output streams of various sorts) and
-the MemoryBuffer API (for reading in files).
+llvm::raw_ostream class (for writing to output streams of various
+sorts) and the llvm::MemoryBuffer API (for reading in files).