Change regcache list to be an hash map
[deliverable/binutils-gdb.git] / gdb / mn10300-tdep.c
index 1a08ea0cceba87158ca724c10200b1165ef60eaa..b472c36ebf1bed280235a9c4d42cd56d58f7406b 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for the Matsushita MN10300 for GDB, the GNU debugger.
 
-   Copyright (C) 1996-2019 Free Software Foundation, Inc.
+   Copyright (C) 1996-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -117,7 +117,7 @@ mn10300_type_align (struct type *type)
 
     case TYPE_CODE_ARRAY:
       /* HACK!  Structures containing arrays, even small ones, are not
-        elligible for returning in registers.  */
+        eligible for returning in registers.  */
       return 256;
 
     case TYPE_CODE_TYPEDEF:
This page took 0.029122 seconds and 4 git commands to generate.