diff options
| author | forsyth <forsyth@vitanuova.com> | 2010-04-02 20:48:59 +0100 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2010-04-02 20:48:59 +0100 |
| commit | f94b359d339cfcefb3725fe7c0e78211443815b4 (patch) | |
| tree | 4aa4684087ca68a91457ba0d3c633cada5c76fb9 /appl | |
| parent | 1b078c23175db54397bc01f26f2456b729db9c4b (diff) | |
20100402-2048
Diffstat (limited to 'appl')
| -rw-r--r-- | appl/cmd/limbo/types.b | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appl/cmd/limbo/types.b b/appl/cmd/limbo/types.b index 8be8f16d..467efa65 100644 --- a/appl/cmd/limbo/types.b +++ b/appl/cmd/limbo/types.b @@ -574,7 +574,7 @@ adtdefd(t: ref Type) # # assemble the data structure for an adt with a pick clause. # since the scoping rules for adt pick fields are strange, -# we have a cutomized check for overlapping defitions. +# we have a customized check for overlapping definitions. # pickdefd(t: ref Type, tg: ref Decl): ref Decl { @@ -3837,7 +3837,7 @@ mkextype(t: ref Type): ref Type } # -# convert an instantiated exception type to it's underlying type +# convert an instantiated exception type to its underlying type # mkextuptype(t: ref Type): ref Type { |
