aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/util.h b/common/util.h
index 2cb9b8a722..5fc08f5263 100644
--- a/common/util.h
+++ b/common/util.h
@@ -273,7 +273,7 @@ inline void warning(const char *s, ...) {}
#else
/**
- * Print a warning message to the text console (stdout).
+ * Print a warning message to the text console (stderr).
* Automatically prepends the text "WARNING: " and appends
* an exclamation mark and a newline.
*/