aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Brubeck <[email protected]>2010-07-09 04:47:04 +0800
committerGraydon Hoare <[email protected]>2010-07-09 05:28:10 +0800
commitd344f151f9c0b7e7d33b366e79990a00a9a3243b (patch)
treebba7f8a52a1982856e4c0ba2cb5b2e938ebee773
parentClean out rustc so it doesn't give the false impression of doing anything yet. (diff)
downloadrust-d344f151f9c0b7e7d33b366e79990a00a9a3243b.tar.xz
rust-d344f151f9c0b7e7d33b366e79990a00a9a3243b.zip
Fix typo in token.ml.
-rw-r--r--src/boot/fe/token.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/fe/token.ml b/src/boot/fe/token.ml
index 446e5262..cb3bb0b0 100644
--- a/src/boot/fe/token.ml
+++ b/src/boot/fe/token.ml
@@ -282,7 +282,7 @@ let rec string_of_tok t =
(* Callable type constructors *)
| FN -> "fn"
- | ITER -> "fn"
+ | ITER -> "iter"
(* Object type *)
| OBJ -> "obj"