diff mbox series

[committed] doc: Fix a typo [PR98400]

Message ID 20201220180331.GW3788@tucnak
State New
Headers show
Series [committed] doc: Fix a typo [PR98400] | expand

Commit Message

Jakub Jelinek Dec. 20, 2020, 6:03 p.m. UTC
Hi!

Fix a typo in an option name in documentation.

Committed to trunk as obvious.

2020-12-20  Jakub Jelinek  <jakub@redhat.com>

	PR other/98400
	* doc/invoke.texi (-mbackchain): Fix a typo - -mmo-backchain ->
	-mno-backchain.


	Jakub
diff mbox series

Patch

--- gcc/doc/invoke.texi
+++ gcc/doc/invoke.texi
@@ -28172,7 +28172,7 @@  the backchain is placed into the topmost word of the 96/160 byte register
 save area.
 
 In general, code compiled with @option{-mbackchain} is call-compatible with
-code compiled with @option{-mmo-backchain}; however, use of the backchain
+code compiled with @option{-mno-backchain}; however, use of the backchain
 for debugging purposes usually requires that the whole binary is built with
 @option{-mbackchain}.  Note that the combination of @option{-mbackchain},
 @option{-mpacked-stack} and @option{-mhard-float} is not supported.  In order