as: Fix typo in manual

Message ID 0091366a-f5c2-d31b-301a-9be3938f1159@dcarew.com
State Corrupt patch
Headers
Series as: Fix typo in manual |

Checks

Context Check Description
snail/binutils-gdb-check warning Git am fail log

Commit Message

David Carew Aug. 4, 2023, 4:18 p.m. UTC
  The -D flag should enable "debugging"
---
  gas/doc/as.texi | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

  Even if ignored, this option is accepted for script compatibility with 
calls to
  other assemblers.
  

Comments

Tsukasa OI Aug. 5, 2023, 3:48 a.m. UTC | #1
Hi David,

(from your mail header)
> Content-Type: text/plain; charset=UTF-8; format=flowed
Using "format=flowed" will potentially break your patch.  I found some
other errors (I'm not sure what caused those errors; may be how did you
make and/or send this patch or the MTA you used automatically did
something) but the fix itself is self-explanatory and pretty obvious.

Fixed the patch file and committed.

Thanks,
Tsukasa

On 2023/08/05 1:18, David Carew wrote:
> The -D flag should enable "debugging"
> ---
>  gas/doc/as.texi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/gas/doc/as.texi b/gas/doc/as.texi
> index 4959c2f6d49..f84db9009b7 100644
> --- a/gas/doc/as.texi
> +++ b/gas/doc/as.texi
> @@ -748,7 +748,7 @@ targets except the x86/x86_64, but a configure time
> option can be used to
>  override this.
> 
>  @item -D
> -Enable denugging in target specific backends, if supported. Otherwise
> ignored.
> +Enable debugging in target specific backends, if supported. Otherwise
> ignored.
>  Even if ignored, this option is accepted for script compatibility with
> calls to
>  other assemblers.
>
  

Patch

diff --git a/gas/doc/as.texi b/gas/doc/as.texi
index 4959c2f6d49..f84db9009b7 100644
--- a/gas/doc/as.texi
+++ b/gas/doc/as.texi
@@ -748,7 +748,7 @@  targets except the x86/x86_64, but a configure time 
option can be used to
  override this.

  @item -D
-Enable denugging in target specific backends, if supported. Otherwise 
ignored.
+Enable debugging in target specific backends, if supported. Otherwise 
ignored.