From: David Carew Date: Fri, 4 Aug 2023 16:18:06 +0000 (-0700) Subject: as: Fix typo in manual X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=db583cf8dca39dfb2e3268b657ca33957dc62b6d;p=binutils-gdb.git as: Fix typo in manual The -D flag should enable "debugging" --- 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.