From 52bb22bb5e1f951c73b5cd43b0b3a423f67e5e7a Mon Sep 17 00:00:00 2001 From: Gaius Mulley Date: Thu, 13 Apr 2023 18:43:44 +0100 Subject: [PATCH] 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 --- gcc/m2/lang.opt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2