From f94b359d339cfcefb3725fe7c0e78211443815b4 Mon Sep 17 00:00:00 2001 From: forsyth Date: Fri, 2 Apr 2010 20:48:59 +0100 Subject: 20100402-2048 --- limbo/types.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'limbo/types.c') diff --git a/limbo/types.c b/limbo/types.c index 42b14289..6d231115 100644 --- a/limbo/types.c +++ b/limbo/types.c @@ -676,7 +676,7 @@ adtdefd(Type *t) /* * 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. */ Decl* pickdefd(Type *t, Decl *tg) @@ -4289,7 +4289,7 @@ mkextype(Type *t) } /* - * convert an instantiated exception type to it's underlying type + * convert an instantiated exception type to its underlying type */ Type* mkextuptype(Type *t) -- cgit v1.2.3