From 55d10287e5a404724f0bd12003daaf8129c2c595 Mon Sep 17 00:00:00 2001 From: Piotr Trojanek Date: Tue, 14 Feb 2023 13:14:08 +0100 Subject: [PATCH] ada: Minor fix typo in comment Spotted while reviewing a patch with a similar typo. gcc/ada/ * libgnat/s-mmap.adb (Mapped_Region_Record): Fix typo in comment. --- gcc/ada/libgnat/s-mmap.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ada/libgnat/s-mmap.adb b/gcc/ada/libgnat/s-mmap.adb index 60f0db30fb57..abb870ec1c06 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 -- 2.47.2