From: Gaius Mulley Date: Thu, 13 Apr 2023 17:43:44 +0000 (+0100) Subject: PR modula2/109488 Typo in lang.opt: libraries maybe X-Git-Tag: basepoints/gcc-14~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52bb22bb5e1f951c73b5cd43b0b3a423f67e5e7a;p=thirdparty%2Fgcc.git PR modula2/109488 Typo in lang.opt: libraries maybe Correct spelling of "maybe" to "may be" in the modula-2 language options. gcc/m2/ChangeLog: PR modula2/109488 * lang.opt: Fix typo "maybe" to "may be". Signed-off-by: Gaius Mulley --- diff --git a/gcc/m2/lang.opt b/gcc/m2/lang.opt index 4d54a16b3e21..7a0edb71c505 100644 --- a/gcc/m2/lang.opt +++ b/gcc/m2/lang.opt @@ -120,7 +120,7 @@ use ISO dialect of Modula-2 flibs= Modula-2 Joined -specify the library order, the libraries maybe specified by a comma separated abbreviation: log,min,pim,iso or by directory names: m2log,m2min,m2pim,m2iso. +specify the library order, the libraries may be specified by a comma separated abbreviation: log,min,pim,iso or by directory names: m2log,m2min,m2pim,m2iso. flocation= Modula-2 Joined