diff options
| author | Matt Brubeck <[email protected]> | 2010-07-09 04:47:04 +0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-07-09 05:28:10 +0800 |
| commit | d344f151f9c0b7e7d33b366e79990a00a9a3243b (patch) | |
| tree | bba7f8a52a1982856e4c0ba2cb5b2e938ebee773 /src/boot/fe/token.ml | |
| parent | Clean out rustc so it doesn't give the false impression of doing anything yet. (diff) | |
| download | rust-d344f151f9c0b7e7d33b366e79990a00a9a3243b.tar.xz rust-d344f151f9c0b7e7d33b366e79990a00a9a3243b.zip | |
Fix typo in token.ml.
Diffstat (limited to 'src/boot/fe/token.ml')
| -rw-r--r-- | src/boot/fe/token.ml | 2 |
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" |