X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=sim%2Figen%2Ftable.h;h=16f1c290409bfa199e8ad0d311c9d807d40d7795;hb=5b9b3e53a68f4568dc0b6907e34e763a6c3dd145;hp=1affd6782421bc435c8cdc73e959f6d6e0f74362;hpb=c5a570810022466eaa5e077cd1b8aa00d74706f1;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/igen/table.h b/sim/igen/table.h index 1affd67824..16f1c29040 100644 --- a/sim/igen/table.h +++ b/sim/igen/table.h @@ -1,6 +1,6 @@ /* The IGEN simulator generator for GDB, the GNU Debugger. - Copyright 2002, 2007-2012 Free Software Foundation, Inc. + Copyright 2002-2019 Free Software Foundation, Inc. Contributed by Andrew Cagney. @@ -91,7 +91,7 @@ struct _table_include /* Open/read a table file. Since the file is read once during open - (and then closed immediatly) there is no close method. */ + (and then closed immediately) there is no close method. */ extern table *table_open (const char *file_name);