From c917639b91bd8d0d784a0f84e6dc3c3789ff8520 Mon Sep 17 00:00:00 2001
From: florian <florian@freepascal.org>
Date: Sun, 7 Nov 2021 14:46:03 +0100
Subject: [PATCH]   * cosmetics

---
 compiler/options.pas | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/options.pas b/compiler/options.pas
index 2d85d01cba..52dd41acb6 100644
--- a/compiler/options.pas
+++ b/compiler/options.pas
@@ -1623,7 +1623,7 @@ begin
                                 Str(cf,cpuflagsstr);
                                 { expect that the cpuflagsstr i.e. the enum as well contains _HAS_ }
                                 if Pos('_HAS_',cpuflagsstr)<>0 then
-                                { get rid of prefix include _HAS_ }
+                                { get rid of prefix including _HAS_ }
                                   Delete(cpuflagsstr,1,Pos('_HAS_',cpuflagsstr)+4)
                                 else
                                   Internalerror(2021110601);