diff options
Diffstat (limited to 'gcc/ada/s-intman-mingw.adb')
-rw-r--r-- | gcc/ada/s-intman-mingw.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-intman-mingw.adb b/gcc/ada/s-intman-mingw.adb index f531750ab5a..a71208ce00e 100644 --- a/gcc/ada/s-intman-mingw.adb +++ b/gcc/ada/s-intman-mingw.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1991-2005 Free Software Foundation, Inc. -- +-- Copyright (C) 1991-2008, Free Software Foundation, Inc. -- -- -- -- GNARL is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -43,7 +43,7 @@ package body System.Interrupt_Management is procedure Initialize is begin - -- "Reserve" all the interrupts, except those that are explicitely + -- "Reserve" all the interrupts, except those that are explicitly -- defined. for J in Interrupt_ID'Range loop |