From db583cf8dca39dfb2e3268b657ca33957dc62b6d Mon Sep 17 00:00:00 2001 From: David Carew Date: Fri, 4 Aug 2023 09:18:06 -0700 Subject: [PATCH] as: Fix typo in manual 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. -- 2.30.2