(method_get_sizeof_arguments): Fix typo.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 25 Jun 1997 20:12:49 +0000 (16:12 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 25 Jun 1997 20:12:49 +0000 (16:12 -0400)
From-SVN: r14305

gcc/objc/encoding.h

index c956034108a8a1d2ef6d59fac1e335b548fea5ef..141e9fe9e97888d088d9616227d341e11f4ec205 100644 (file)
@@ -1,5 +1,5 @@
 /* Encoding of types for Objective C.
-   Copyright (C) 1993 Free Software Foundation, Inc.
+   Copyright (C) 1993, 1997 Free Software Foundation, Inc.
 
 Author: Kresten Krab Thorup
 
@@ -57,7 +57,7 @@ const char* objc_skip_typespec (const char* type);
 const char* objc_skip_offset (const char* type);
 const char* objc_skip_argspec (const char* type);
 int method_get_number_of_arguments (struct objc_method*);
-int method_get_size_of_arguments (struct objc_method*);
+int method_get_sizeof_arguments (struct objc_method*);
 
 char* method_get_first_argument (struct objc_method*,
                                 arglist_t argframe,