]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix typo
authorNick Clifton <nickc@redhat.com>
Thu, 21 Mar 2002 09:12:24 +0000 (09:12 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 21 Mar 2002 09:12:24 +0000 (09:12 +0000)
gas/ChangeLog
gas/config/tc-arm.c

index cacfc5880274ca858273c121c306feb9ce6a076e..cd0abbb63316cc958fec748a8c2cc06cae3338f8 100644 (file)
@@ -1,7 +1,7 @@
-2002-03-21  Nick Clifton  <nickc@cambridge.redhat.com>
+2002-03-20  Albert Chin-A-Young  <china@thewrittenword.com>
 
-       * config/tc-arm.c (vfp_dp_reg_required_here): Fix typo in type of
-       'pos' argument.
+       * config/tc-arm.c (vfp_dp_reg_required_here): Fix typo
+       (vfp_sp_reg_pos -> vfp_dp_reg_pos).
 
 2002-03-19  Alexandre Oliva  <aoliva@redhat.com>
 
index 456e8c5fc6a0f8017738d05e4af8f49d769555db..162553f6436b8581185bd6bd4f6898bfac87084a 100644 (file)
@@ -6425,7 +6425,7 @@ vfp_sp_reg_required_here (str, pos)
 static int
 vfp_dp_reg_required_here (str, pos)
      char **str;
-     enum vfp_sp_reg_pos pos;
+     enum vfp_dp_reg_pos pos;
 {
   int   reg;
   char *start = *str;