diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2025-01-03 06:25:57 +0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2025-01-03 06:25:57 +0800 |
commit | 74760497497d9912ac6437f16f8abdba87710a2c (patch) | |
tree | 8d3d0e73b8a1089da711fd67342f9a7fa360f224 | |
parent | f087e2e3f6dece21c5cb6049b4531bf762a3068f (diff) | |
download | gdb-74760497497d9912ac6437f16f8abdba87710a2c.zip gdb-74760497497d9912ac6437f16f8abdba87710a2c.tar.gz gdb-74760497497d9912ac6437f16f8abdba87710a2c.tar.bz2 |
nesting[123].d: Replace Sone with Some in comment
* testsuite/gas/macros/nesting1.d: Replace Sone with Some in
comment.
* testsuite/gas/macros/nesting2.d: Likewise.
* testsuite/gas/macros/nesting3.d: Likewise.
Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
-rw-r--r-- | gas/testsuite/gas/macros/nesting1.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/macros/nesting2.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/macros/nesting3.d | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gas/testsuite/gas/macros/nesting1.d b/gas/testsuite/gas/macros/nesting1.d index 10a90ab..2e090fb 100644 --- a/gas/testsuite/gas/macros/nesting1.d +++ b/gas/testsuite/gas/macros/nesting1.d @@ -1,6 +1,6 @@ #nm: -j #name: Nested macros (PR 32484) -# Sone targets do not support macros used like this. +# Some targets do not support macros used like this. #skip: mmix-* #... diff --git a/gas/testsuite/gas/macros/nesting2.d b/gas/testsuite/gas/macros/nesting2.d index 88649b1..9cb1e3d 100644 --- a/gas/testsuite/gas/macros/nesting2.d +++ b/gas/testsuite/gas/macros/nesting2.d @@ -1,6 +1,6 @@ #nm: -j #name: Nested macros (PR 32486) -# Sone targets do not support macros used like this. +# Some targets do not support macros used like this. #skip: mmix-* #... diff --git a/gas/testsuite/gas/macros/nesting3.d b/gas/testsuite/gas/macros/nesting3.d index 2621957..b44e233 100644 --- a/gas/testsuite/gas/macros/nesting3.d +++ b/gas/testsuite/gas/macros/nesting3.d @@ -1,6 +1,6 @@ #nm: -j #name: Nested macros (PR 32487) -# Sone targets do not support macros used like this. +# Some targets do not support macros used like this. #skip: mmix-* #... |