[Ada] System.Stack_Usage: fix a typo

2019-09-18  Arnaud Charlet  <charlet@adacore.com>

gcc/ada/

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

From-SVN: r275840
This commit is contained in:
Arnaud Charlet 2019-09-18 08:31:42 +00:00 committed by Pierre-Marie de Rodat
parent 5ce1c7733b
commit aeb68a2b47
2 changed files with 5 additions and 1 deletions

View 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,

View 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.