aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-01-10 17:51:50 -0800
committerPatrick Wendell <pwendell@gmail.com>2014-01-10 17:51:50 -0800
commit44d6a8e3d803e6d6b78044a4060c54558f90ef57 (patch)
tree5a7ba80bdbea96c83c3588fce3dfb54f52a5755c
parent88faa30a4225948d4359cf2775aa15d9146bcbfa (diff)
parent94776f753f176216ece0c49e07771fa031a45a4e (diff)
downloadspark-44d6a8e3d803e6d6b78044a4060c54558f90ef57.tar.gz
spark-44d6a8e3d803e6d6b78044a4060c54558f90ef57.tar.bz2
spark-44d6a8e3d803e6d6b78044a4060c54558f90ef57.zip
Merge pull request #382 from RongGu/master
Fix a type error in comment lines Fix a type error in comment lines
-rw-r--r--core/src/main/scala/org/apache/spark/storage/BlockManager.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/scala/org/apache/spark/storage/BlockManager.scala b/core/src/main/scala/org/apache/spark/storage/BlockManager.scala
index 56cae6f6b9..ff9f241fc1 100644
--- a/core/src/main/scala/org/apache/spark/storage/BlockManager.scala
+++ b/core/src/main/scala/org/apache/spark/storage/BlockManager.scala
@@ -159,7 +159,7 @@ private[spark] class BlockManager(
/**
* Reregister with the master and report all blocks to it. This will be called by the heart beat
- * thread if our heartbeat to the block amnager indicates that we were not registered.
+ * thread if our heartbeat to the block manager indicates that we were not registered.
*
* Note that this method must be called without any BlockInfo locks held.
*/