as: Fix typo in manual
authorDavid Carew <david@dcarew.com>
Fri, 4 Aug 2023 16:18:06 +0000 (09:18 -0700)
committerTsukasa OI <research_trasio@irq.a4lg.com>
Sat, 5 Aug 2023 03:43:39 +0000 (03:43 +0000)
The -D flag should enable "debugging"

gas/doc/as.texi

index 4959c2f..f84db90 100644 (file)
@@ -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.