summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/library/scala/runtime/ScalaRunTime.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/runtime/ScalaRunTime.scala b/src/library/scala/runtime/ScalaRunTime.scala
index b3d99aa8d8..6bf25b8464 100644
--- a/src/library/scala/runtime/ScalaRunTime.scala
+++ b/src/library/scala/runtime/ScalaRunTime.scala
@@ -259,7 +259,7 @@ object ScalaRunTime {
// as yet have not.
//
// Note: Among primitives, Float.NaN != Float.NaN, but the boxed
- // verisons are equal. This still needs reconciliation.
+ // versions are equal. This still needs reconciliation.
@inline def hash(x: Any): Int = x match {
case null => 0