Add support for stpncpy_chk.
[oota-llvm.git] / include / llvm / Support / raw_ostream.h
index e0de80f1d435fdef20690b006c707bdad213a277..90eaeea12dd8b87b2c5d0fdc8092499b9266e306 100644 (file)
@@ -96,7 +96,7 @@ public:
 
   /// clear_error - Set the flag read by has_error() to false. If the error
   /// flag is set at the time when this raw_ostream's destructor is called,
-  /// llvm_report_error is called to report the error. Use clear_error()
+  /// report_fatal_error is called to report the error. Use clear_error()
   /// after handling the error to avoid this behavior.
   void clear_error() {
     Error = false;