[Ada] System.Linux: fix typos in comments
authorArnaud Charlet <charlet@adacore.com>
Fri, 5 Jul 2019 07:02:56 +0000 (07:02 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Fri, 5 Jul 2019 07:02:56 +0000 (07:02 +0000)
2019-07-05  Arnaud Charlet  <charlet@adacore.com>

gcc/ada/

* libgnarl/s-linux.ads, libgnarl/s-linux__alpha.ads,
libgnarl/s-linux__android.ads, libgnarl/s-linux__hppa.ads,
libgnarl/s-linux__mips.ads, libgnarl/s-linux__riscv.ads,
libgnarl/s-linux__sparc.ads: Fix typos in comments.

From-SVN: r273117

gcc/ada/ChangeLog
gcc/ada/libgnarl/s-linux.ads
gcc/ada/libgnarl/s-linux__alpha.ads
gcc/ada/libgnarl/s-linux__android.ads
gcc/ada/libgnarl/s-linux__hppa.ads
gcc/ada/libgnarl/s-linux__mips.ads
gcc/ada/libgnarl/s-linux__riscv.ads
gcc/ada/libgnarl/s-linux__sparc.ads

index 1ae3a777d8625c8f645a5023287f1ab76dcb34f1..65197d54c52955fa8e5ac7f9eb2da3f5613ece4a 100644 (file)
@@ -1,3 +1,10 @@
+2019-07-05  Arnaud Charlet  <charlet@adacore.com>
+
+       * libgnarl/s-linux.ads, libgnarl/s-linux__alpha.ads,
+       libgnarl/s-linux__android.ads, libgnarl/s-linux__hppa.ads,
+       libgnarl/s-linux__mips.ads, libgnarl/s-linux__riscv.ads,
+       libgnarl/s-linux__sparc.ads: Fix typos in comments.
+
 2019-07-05  Hristian Kirtchev  <kirtchev@adacore.com>
 
        * sem_res.adb (Check_Infinite_Recursion): Reimplemented.
index 94c2ea1b075672434d25aea915c7add0e209913b..4220fa08523f78689f5b4b603ce28743486a18aa 100644 (file)
@@ -82,7 +82,7 @@ package System.Linux is
    SIGILL     : constant := 4; --  illegal instruction (not reset)
    SIGTRAP    : constant := 5; --  trace trap (not reset)
    SIGIOT     : constant := 6; --  IOT instruction
-   SIGABRT    : constant := 6; --  used by abort, replace SIGIOT in the  future
+   SIGABRT    : constant := 6; --  used by abort, replace SIGIOT in the future
    SIGFPE     : constant := 8; --  floating point exception
    SIGKILL    : constant := 9; --  kill (cannot be caught or ignored)
    SIGBUS     : constant := 7; --  bus error
index 18a1253a61fb6389de64a32a92cd23660293a831..fea3746aa7bc3c631d6ce99181b76304b30aeda6 100644 (file)
@@ -82,7 +82,7 @@ package System.Linux is
    SIGILL     : constant := 4; --  illegal instruction (not reset)
    SIGTRAP    : constant := 5; --  trace trap (not reset)
    SIGIOT     : constant := 6; --  IOT instruction
-   SIGABRT    : constant := 6; --  used by abort, replace SIGIOT in the  future
+   SIGABRT    : constant := 6; --  used by abort, replace SIGIOT in the future
    SIGFPE     : constant := 8; --  floating point exception
    SIGKILL    : constant := 9; --  kill (cannot be caught or ignored)
    SIGBUS     : constant := 10; --  bus error
index 914f08d503586c610440ada9781dcebb07f0a605..8d8a1f44e105486869067542f7369e1bdcdbb74a 100644 (file)
@@ -82,7 +82,7 @@ package System.Linux is
    SIGILL     : constant := 4; --  illegal instruction (not reset)
    SIGTRAP    : constant := 5; --  trace trap (not reset)
    SIGIOT     : constant := 6; --  IOT instruction
-   SIGABRT    : constant := 6; --  used by abort, replace SIGIOT in the  future
+   SIGABRT    : constant := 6; --  used by abort, replace SIGIOT in the future
    SIGFPE     : constant := 8; --  floating point exception
    SIGKILL    : constant := 9; --  kill (cannot be caught or ignored)
    SIGBUS     : constant := 7; --  bus error
index bc7034a63e8a394520ff38f1a4682a740f58bf22..feb21f614b56b17c8894807d148f2f985a21c20b 100644 (file)
@@ -82,7 +82,7 @@ package System.Linux is
    SIGILL     : constant := 4; --  illegal instruction (not reset)
    SIGTRAP    : constant := 5; --  trace trap (not reset)
    SIGIOT     : constant := 6; --  IOT instruction
-   SIGABRT    : constant := 6; --  used by abort, replace SIGIOT in the  future
+   SIGABRT    : constant := 6; --  used by abort, replace SIGIOT in the future
    SIGEMT     : constant := 7; --  EMT
    SIGFPE     : constant := 8; --  floating point exception
    SIGKILL    : constant := 9; --  kill (cannot be caught or ignored)
index 0fa808fc7f19e416ec0713424eb2a42ea6555a7d..6aea5a85a6cf578d6baecafc58ca87aa7cd3585b 100644 (file)
@@ -82,7 +82,7 @@ package System.Linux is
    SIGILL     : constant := 4; --  illegal instruction (not reset)
    SIGTRAP    : constant := 5; --  trace trap (not reset)
    SIGIOT     : constant := 6; --  IOT instruction
-   SIGABRT    : constant := 6; --  used by abort, replace SIGIOT in the  future
+   SIGABRT    : constant := 6; --  used by abort, replace SIGIOT in the future
    SIGEMT     : constant := 7; --  EMT
    SIGFPE     : constant := 8; --  floating point exception
    SIGKILL    : constant := 9; --  kill (cannot be caught or ignored)
index 6151b294a062ec19ef162c3144d8cedbca9a8944..61ccc3b246d336027d8ce183af34f244d66d4dad 100644 (file)
@@ -82,7 +82,7 @@ package System.Linux is
    SIGILL     : constant := 4; --  illegal instruction (not reset)
    SIGTRAP    : constant := 5; --  trace trap (not reset)
    SIGIOT     : constant := 6; --  IOT instruction
-   SIGABRT    : constant := 6; --  used by abort, replace SIGIOT in the  future
+   SIGABRT    : constant := 6; --  used by abort, replace SIGIOT in the future
    SIGBUS     : constant := 7; --  bus error
    SIGFPE     : constant := 8; --  floating point exception
    SIGKILL    : constant := 9; --  kill (cannot be caught or ignored)
index de31105863fd733dc8da68b451d6eece3428aacc..e6198906e22fb5a04ccc049aa856367ffd837335 100644 (file)
@@ -81,7 +81,7 @@ package System.Linux is
    SIGQUIT    : constant := 3; --  quit (ASCD FS)
    SIGILL     : constant := 4; --  illegal instruction (not reset)
    SIGTRAP    : constant := 5; --  trace trap (not reset)
-   SIGABRT    : constant := 6; --  used by abort, replace SIGIOT in the  future
+   SIGABRT    : constant := 6; --  used by abort, replace SIGIOT in the future
    SIGIOT     : constant := 6; --  IOT instruction
    SIGEMT     : constant := 7; --  EMT
    SIGFPE     : constant := 8; --  floating point exception