aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2013-12-31 00:05:03 -0800
committerPatrick Wendell <pwendell@gmail.com>2013-12-31 00:05:03 -0800
commit4abb0c57ab43de9461518e255dfec5e113d88298 (patch)
tree328db3bdb783eeed625d877c4dbfba5d09ce99de /core
parent4d009dcac61776e455e7757ebf61630614b16fde (diff)
downloadspark-4abb0c57ab43de9461518e255dfec5e113d88298.tar.gz
spark-4abb0c57ab43de9461518e255dfec5e113d88298.tar.bz2
spark-4abb0c57ab43de9461518e255dfec5e113d88298.zip
Tiny typo fix
Diffstat (limited to 'core')
-rw-r--r--core/src/main/scala/org/apache/spark/Logging.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/main/scala/org/apache/spark/Logging.scala b/core/src/main/scala/org/apache/spark/Logging.scala
index 6054adb52e..38df3fe04b 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
+}