Преглед изворни кода

minor comment patch

svn:r1916
Roger Dingledine пре 22 година
родитељ
комит
c278ff3bc2
1 измењених фајлова са 1 додато и 1 уклоњено
  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
 /** Warn-level severity: for messages that only appear when something has gone
  * wrong. */
  * wrong. */
 #define LOG_WARN    3
 #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. */
  * very wrong, and the Tor process can no longer proceed. */
 #define LOG_ERR     4
 #define LOG_ERR     4
 #endif
 #endif