From b1c1597e3c47f1912809f3c5ab21833fa4241b54 Mon Sep 17 00:00:00 2001 From: Jacek Laskowski Date: Thu, 22 Oct 2015 22:42:15 -0700 Subject: Fix a (very tiny) typo Author: Jacek Laskowski Closes #9230 from jaceklaskowski/utils-seconds-typo. --- core/src/main/scala/org/apache/spark/util/Utils.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src') 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 55950405f0..5a976ee839 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 = { -- cgit v1.2.3