diff options
author | Gaius Mulley <gaiusmod2@gmail.com> | 2023-04-13 18:43:44 +0100 |
---|---|---|
committer | Gaius Mulley <gaiusmod2@gmail.com> | 2023-04-13 18:43:44 +0100 |
commit | 52bb22bb5e1f951c73b5cd43b0b3a423f67e5e7a (patch) | |
tree | d3e3d6dd99847af3d17f8ee1f5cc17870766b880 /gcc | |
parent | a1afdc6e2aa77d0a990e1a82aceeffc837b7e50c (diff) | |
download | gcc-52bb22bb5e1f951c73b5cd43b0b3a423f67e5e7a.zip gcc-52bb22bb5e1f951c73b5cd43b0b3a423f67e5e7a.tar.gz gcc-52bb22bb5e1f951c73b5cd43b0b3a423f67e5e7a.tar.bz2 |
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 <gaiusmod2@gmail.com>
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/m2/lang.opt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/m2/lang.opt b/gcc/m2/lang.opt index 4d54a16..7a0edb7 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 |