[COMMITTED] ada: Minor fix typo in comment

Message ID 20230523080742.1872762-1-poulhies@adacore.com
State Accepted
Headers
Series [COMMITTED] ada: Minor fix typo in comment |

Checks

Context Check Description
snail/gcc-patch-check success Github commit url

Commit Message

Marc Poulhiès May 23, 2023, 8:07 a.m. UTC
  From: Piotr Trojanek <trojanek@adacore.com>

Spotted while reviewing a patch with a similar typo.

gcc/ada/

	* libgnat/s-mmap.adb (Mapped_Region_Record): Fix typo in comment.

Tested on x86_64-pc-linux-gnu, committed on master.

---
 gcc/ada/libgnat/s-mmap.adb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/gcc/ada/libgnat/s-mmap.adb b/gcc/ada/libgnat/s-mmap.adb
index 60f0db30fb5..abb870ec1c0 100644
--- a/gcc/ada/libgnat/s-mmap.adb
+++ b/gcc/ada/libgnat/s-mmap.adb
@@ -75,7 +75,7 @@  package body System.Mmap is
       --  Whether this region is actually memory mapped
 
       Mutable       : Boolean;
-      --  If the file is opened for reading, wheter this region is writable
+      --  If the file is opened for reading, whether this region is writable
 
       Buffer        : System.Strings.String_Access;
       --  When this region is not actually memory mapped, contains the