diff options
author | David Carew <david@dcarew.com> | 2023-08-04 09:18:06 -0700 |
---|---|---|
committer | Tsukasa OI <research_trasio@irq.a4lg.com> | 2023-08-05 03:43:39 +0000 |
commit | db583cf8dca39dfb2e3268b657ca33957dc62b6d (patch) | |
tree | 61ca15032cf548ca87d1257e93d7fe5106ad9e62 /gas | |
parent | cbe2690e6b78752206980d0482323bfd55cb2a30 (diff) | |
download | gdb-db583cf8dca39dfb2e3268b657ca33957dc62b6d.zip gdb-db583cf8dca39dfb2e3268b657ca33957dc62b6d.tar.gz gdb-db583cf8dca39dfb2e3268b657ca33957dc62b6d.tar.bz2 |
as: Fix typo in manual
The -D flag should enable "debugging"
Diffstat (limited to 'gas')
-rw-r--r-- | gas/doc/as.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/doc/as.texi b/gas/doc/as.texi index 4959c2f..f84db90 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. |