Browse Source

minor comment patch

svn:r1916
Roger Dingledine 21 years ago
parent
commit
c278ff3bc2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/common/log.h

+ 1 - 1
src/common/log.h

@@ -33,7 +33,7 @@
 /** Warn-level severity: for messages that only appear when something has gone
  * wrong. */
 #define LOG_WARN    3
-/** Warn-level severity: for messages that only appear when something has gone
+/** Error-level severity: for messages that only appear when something has gone
  * very wrong, and the Tor process can no longer proceed. */
 #define LOG_ERR     4
 #endif