[Ada] System.Stack_Usage: fix a typo
authorArnaud Charlet <charlet@adacore.com>
Wed, 18 Sep 2019 08:31:42 +0000 (08:31 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Wed, 18 Sep 2019 08:31:42 +0000 (08:31 +0000)
2019-09-18  Arnaud Charlet  <charlet@adacore.com>

gcc/ada/

* libgnat/s-stausa.adb: Fix a typo

From-SVN: r275840

gcc/ada/ChangeLog
gcc/ada/libgnat/s-stausa.adb

index d4c51d102d7783b3dfdb3139bf5699b5170fabb4..8ee1422dc32a8ce6346fbf77db2d8bb15c8f2a56 100644 (file)
@@ -1,3 +1,7 @@
+2019-09-18  Arnaud Charlet  <charlet@adacore.com>
+
+       * libgnat/s-stausa.adb: Fix a typo
+
 2019-09-18  Bob Duff  <duff@adacore.com>
 
        * libgnat/a-cbhama.adb, libgnat/a-cbhase.adb,
index f93d1d9bdd536c3c6efdd4265b01f6405a279a75..597634a479b56879b0105888903e8c425b48584a 100644 (file)
@@ -42,7 +42,7 @@ package body System.Stack_Usage is
    -- Stack_Slots --
    -----------------
 
-   --  Stackl_Slots is an internal data type to represent a sequence of real
+   --  Stack_Slots is an internal data type to represent a sequence of real
    --  stack slots initialized with a provided pattern, with operations to
    --  abstract away the target call stack growth direction.