aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRongGu <gurongwalker@gmail.com>2014-01-11 05:43:56 +0800
committerRongGu <gurongwalker@gmail.com>2014-01-11 05:43:56 +0800
commit94776f753f176216ece0c49e07771fa031a45a4e (patch)
treeb6b1d8f519a2ce23a2305959c6e69e77f3602665
parent0ebc97305a0e23a9d2183c335998c800c5d865b7 (diff)
downloadspark-94776f753f176216ece0c49e07771fa031a45a4e.tar.gz
spark-94776f753f176216ece0c49e07771fa031a45a4e.tar.bz2
spark-94776f753f176216ece0c49e07771fa031a45a4e.zip
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 c56e2ca2df..e63e4eb737 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.
*/