diff options
Diffstat (limited to 'gcc/objc/objc-act.c')
-rw-r--r-- | gcc/objc/objc-act.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index 5ea68af..951f469 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -2788,7 +2788,7 @@ encode_method_prototype (method_decl, func_decl) /* Compute offset. */ sprintf (buf, "%d", forwarding_offset (parms)); - /* Indicate registe.r */ + /* Indicate register. */ if (offset_is_register) obstack_1grow (&util_obstack, '+'); |