Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dgruntz committed May 9, 2012
1 parent b591910 commit 9b6f51d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/scala/runtime/ScalaRunTime.scala
Expand Up @@ -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
Expand Down

0 comments on commit 9b6f51d

Please sign in to comment.