X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FSupport%2Fraw_ostream.h;h=5de749aeae4e2872f43c39fe3460244329cb6231;hb=118f194966d20460c2b1653e06c601e4b66c9b3f;hp=18bb31db76ea10dbf6ce463452f91ff81d92c8f3;hpb=d79637b940dfbcdc0b7c702d9655491ecca9d93d;p=oota-llvm.git diff --git a/include/llvm/Support/raw_ostream.h b/include/llvm/Support/raw_ostream.h index 18bb31db76e..5de749aeae4 100644 --- a/include/llvm/Support/raw_ostream.h +++ b/include/llvm/Support/raw_ostream.h @@ -394,7 +394,7 @@ public: /// has_error - Return the value of the flag in this raw_fd_ostream indicating /// whether an output error has been encountered. /// This doesn't implicitly flush any pending output. Also, it doesn't - /// guarantee to detect all errors unless the the stream has been closed. + /// guarantee to detect all errors unless the stream has been closed. bool has_error() const { return Error; }