aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Carew <david@dcarew.com>2023-08-04 09:18:06 -0700
committerTsukasa OI <research_trasio@irq.a4lg.com>2023-08-05 03:43:39 +0000
commitdb583cf8dca39dfb2e3268b657ca33957dc62b6d (patch)
tree61ca15032cf548ca87d1257e93d7fe5106ad9e62
parentcbe2690e6b78752206980d0482323bfd55cb2a30 (diff)
downloadgdb-db583cf8dca39dfb2e3268b657ca33957dc62b6d.zip
gdb-db583cf8dca39dfb2e3268b657ca33957dc62b6d.tar.gz
gdb-db583cf8dca39dfb2e3268b657ca33957dc62b6d.tar.bz2
as: Fix typo in manual
The -D flag should enable "debugging"
-rw-r--r--gas/doc/as.texi2
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.