aboutsummaryrefslogtreecommitdiff
path: root/mllib
diff options
context:
space:
mode:
authorDB Tsai <dbtsai@dbtsai.com>2014-06-03 18:10:58 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-06-03 18:10:58 -0700
commitf4dd665c85713d4c09731080fca58aee0fa2a85a (patch)
tree4e7ab98dc4f16b9b97d94e109c474952f034eece /mllib
parentb1feb60209174433262de2a26d39616ba00edcc8 (diff)
downloadspark-f4dd665c85713d4c09731080fca58aee0fa2a85a.tar.gz
spark-f4dd665c85713d4c09731080fca58aee0fa2a85a.tar.bz2
spark-f4dd665c85713d4c09731080fca58aee0fa2a85a.zip
Fixed a typo
in RowMatrix.scala Author: DB Tsai <dbtsai@dbtsai.com> Closes #959 from dbtsai/dbtsai-typo and squashes the following commits: fab0e0e [DB Tsai] Fixed typo
Diffstat (limited to 'mllib')
-rw-r--r--mllib/src/main/scala/org/apache/spark/mllib/linalg/distributed/RowMatrix.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/mllib/src/main/scala/org/apache/spark/mllib/linalg/distributed/RowMatrix.scala b/mllib/src/main/scala/org/apache/spark/mllib/linalg/distributed/RowMatrix.scala
index 07dfadf2f7..00d0b18c27 100644
--- a/mllib/src/main/scala/org/apache/spark/mllib/linalg/distributed/RowMatrix.scala
+++ b/mllib/src/main/scala/org/apache/spark/mllib/linalg/distributed/RowMatrix.scala
@@ -416,7 +416,7 @@ class RowMatrix(
mat
}
- /** Updates or verfires the number of rows. */
+ /** Updates or verifies the number of rows. */
private def updateNumRows(m: Long) {
if (nRows <= 0) {
nRows == m