aboutsummaryrefslogtreecommitdiffstats
path: root/ethlog/loggers.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethlog/loggers.go')
-rw-r--r--ethlog/loggers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethlog/loggers.go b/ethlog/loggers.go
index 732d6a970..986bb1759 100644
--- a/ethlog/loggers.go
+++ b/ethlog/loggers.go
@@ -6,7 +6,7 @@ Other packages use tagged logger to send log messages to shared
multiple log systems. The log level can be set separately per log
system.
-Logging is asynchrounous and does not block the caller. Message
+Logging is asynchronous and does not block the caller. Message
formatting is performed by the caller goroutine to avoid incorrect
logging of mutable state.
*/