[nasm:nasm-2.16.xx] assemble.c: fix a typo in warning texts

nasm-bot for H. Peter Anvin hpa at zytor.com
Wed Oct 11 13:44:04 PDT 2023


Commit-ID:  8fc4af0cf9f0ea675ea4fb24099dcfe84399c95a
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=8fc4af0cf9f0ea675ea4fb24099dcfe84399c95a
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Wed, 11 Oct 2023 13:42:31 -0700
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Wed, 11 Oct 2023 13:42:31 -0700

assemble.c: fix a typo in warning texts

Fix a typo in the help text for the -w+reloc options.

Reported-by: C. Masloch <pushbx at ulukai.org>
Signed-off-by: H. Peter Anvin <hpa at zytor.com>


---
 asm/assemble.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/asm/assemble.c b/asm/assemble.c
index 8bdc221e..dbea82cc 100644
--- a/asm/assemble.c
+++ b/asm/assemble.c
@@ -404,7 +404,7 @@ static void out(struct out_data *data)
              *!  not be resolved at assembly time was generated in
              *!  the output format.
              *!
-             *!  This usually normal, but may not be handled by all
+             *!  This is usually normal, but may not be handled by all
              *!  possible target environments
              */
             /*!
@@ -413,7 +413,7 @@ static void out(struct out_data *data)
              *!  not be resolved at assembly time was generated in
              *!  the output format.
              *!
-             *!  This usually normal, but may not be handled by all
+             *!  This is usually normal, but may not be handled by all
              *!  possible target environments
              */
             /*!
@@ -422,7 +422,7 @@ static void out(struct out_data *data)
              *!  not be resolved at assembly time was generated in
              *!  the output format.
              *!
-             *!  This usually normal, but may not be handled by all
+             *!  This is usually normal, but may not be handled by all
              *!  possible target environments
              */
             /*!
@@ -431,7 +431,7 @@ static void out(struct out_data *data)
              *!  not be resolved at assembly time was generated in
              *!  the output format.
              *!
-             *!  This usually normal, but may not be handled by all
+             *!  This is usually normal, but may not be handled by all
              *!  possible target environments
              */
             /*!
@@ -440,7 +440,7 @@ static void out(struct out_data *data)
              *!  not be resolved at assembly time was generated in
              *!  the output format.
              *!
-             *!  This usually normal, but may not be handled by all
+             *!  This is usually normal, but may not be handled by all
              *!  possible target environments
              */
             /*!
@@ -449,7 +449,7 @@ static void out(struct out_data *data)
              *!  not be resolved at assembly time was generated in
              *!  the output format.
              *!
-             *!  This usually normal, but may not be handled by all
+             *!  This is usually normal, but may not be handled by all
              *!  possible target environments
              */
             /*!
@@ -458,7 +458,7 @@ static void out(struct out_data *data)
              *!  not be resolved at assembly time was generated in
              *!  the output format.
              *!
-             *!  This usually normal, but may not be handled by all
+             *!  This is usually normal, but may not be handled by all
              *!  possible target environments
              */
             /*!
@@ -467,7 +467,7 @@ static void out(struct out_data *data)
              *!  not be resolved at assembly time was generated in
              *!  the output format.
              *!
-             *!  This usually normal, but may not be handled by all
+             *!  This is usually normal, but may not be handled by all
              *!  possible target environments
              */
             int warn;


More information about the Nasm-commits mailing list