From 2db1a7c6ee73b01bd1f38a6c6f674b1de9526518 Mon Sep 17 00:00:00 2001 From: "dougt%netscape.com" Date: Sat, 11 May 2002 21:52:14 +0000 Subject: [PATCH] fixing a comment. git-svn-id: svn://10.0.0.236/trunk@121338 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/glue/nsDebug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpcom/glue/nsDebug.cpp b/mozilla/xpcom/glue/nsDebug.cpp index d9e556fd550..6293dd91e44 100644 --- a/mozilla/xpcom/glue/nsDebug.cpp +++ b/mozilla/xpcom/glue/nsDebug.cpp @@ -186,7 +186,7 @@ NS_COM void nsDebug::Assertion(const char* aStr, const char* aExpr, PR_LOG(gDebugLog, PR_LOG_ERROR, ("%s", buf)); PR_LogFlush(); - // And write it out to the stdout + // And write it out to the stderr fprintf(stderr, "%s\n", buf); fflush(stderr);