You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2015/10/23 07:42:18 UTC

spark git commit: Fix a (very tiny) typo

Repository: spark
Updated Branches:
  refs/heads/master fa6a4fbf0 -> b1c1597e3


Fix a (very tiny) typo

Author: Jacek Laskowski <ja...@deepsense.io>

Closes #9230 from jaceklaskowski/utils-seconds-typo.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/b1c1597e
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/b1c1597e
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/b1c1597e

Branch: refs/heads/master
Commit: b1c1597e3c47f1912809f3c5ab21833fa4241b54
Parents: fa6a4fb
Author: Jacek Laskowski <ja...@deepsense.io>
Authored: Thu Oct 22 22:42:15 2015 -0700
Committer: Reynold Xin <rx...@databricks.com>
Committed: Thu Oct 22 22:42:15 2015 -0700

----------------------------------------------------------------------
 core/src/main/scala/org/apache/spark/util/Utils.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/b1c1597e/core/src/main/scala/org/apache/spark/util/Utils.scala
----------------------------------------------------------------------
diff --git a/core/src/main/scala/org/apache/spark/util/Utils.scala b/core/src/main/scala/org/apache/spark/util/Utils.scala
index 5595040..5a976ee 100644
--- a/core/src/main/scala/org/apache/spark/util/Utils.scala
+++ b/core/src/main/scala/org/apache/spark/util/Utils.scala
@@ -952,7 +952,7 @@ private[spark] object Utils extends Logging {
   }
 
   /**
-   * Convert a time parameter such as (50s, 100ms, or 250us) to microseconds for internal use. If
+   * Convert a time parameter such as (50s, 100ms, or 250us) to seconds for internal use. If
    * no suffix is provided, the passed number is assumed to be in seconds.
    */
   def timeStringAsSeconds(str: String): Long = {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org