From: Piotr Trojanek Date: Tue, 14 Feb 2023 12:14:08 +0000 (+0100) Subject: ada: Minor fix typo in comment X-Git-Tag: basepoints/gcc-15~9052 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55d10287e5a404724f0bd12003daaf8129c2c595;p=thirdparty%2Fgcc.git 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. --- 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