cvsuser 03/11/05 23:26:40
Modified: imcc symreg.c
Log:
Typo.
Revision Changes Path
1.37 +1 -1 parrot/imcc/symreg.c
Index: symreg.c
===================================================================
RCS file: /cvs/public/parrot/imcc/symreg.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -w -r1.36 -r1.37
--- symreg.c 4 Nov 2003 07:47:28 -0000 1.36
+++ symreg.c 6 Nov 2003 07:26:40 -0000 1.37
@@ -258,7 +258,7 @@
if(uniq && (r = _get_sym(hsh, name)) &&
r->type == VTADDRESS &&
- r->lhs_use_count /* we use this for labes/subs */
+ r->lhs_use_count /* we use this for labels/subs */
) {
if (uniq == U_add_uniq_label) {
fataly(1, sourcefile, line,