diff --git a/core/src/main/scala/org/apache/spark/Logging.scala b/core/src/main/scala/org/apache/spark/Logging.scala index 6054adb52e7928e54a322f79e398501e840dafa2..38df3fe04b223caa2a2fe4dd90d9d05ffcc287db 100644 --- a/core/src/main/scala/org/apache/spark/Logging.scala +++ b/core/src/main/scala/org/apache/spark/Logging.scala @@ -112,7 +112,7 @@ trait Logging { } Logging.initialized = true - // Force a call into slf4j to initialize it avoids this happening from mutliple threads + // Force a call into slf4j to initialize it. Avoids this happening from mutliple threads // and triggering this: http://mailman.qos.ch/pipermail/slf4j-dev/2010-April/002956.html log } @@ -121,4 +121,4 @@ trait Logging { object Logging { @volatile private var initialized = false val initLock = new Object() -} \ No newline at end of file +}