diff mbox series

[committed] Fix some i386.c comment typos

Message ID 20191210090334.GV10088@tucnak
State New
Headers show
Series [committed] Fix some i386.c comment typos | expand

Commit Message

Jakub Jelinek Dec. 10, 2019, 9:03 a.m. UTC
Hi!

Last night when working on -fstack-protector* improvement to be posted,
I've noticed a few typos.  Fixed thusly, committed to trunk as obvious.

2019-12-10  Jakub Jelinek  <jakub@redhat.com>

	* config/i386/i386.c (IX86_LEA_PRIORITY): Fix comment typos.


	Jakub
diff mbox series

Patch

--- gcc/config/i386/i386.c.jj	2019-12-09 11:12:30.083287310 +0100
+++ gcc/config/i386/i386.c	2019-12-09 18:09:45.162155616 +0100
@@ -14411,10 +14411,10 @@  distance_agu_use (unsigned int regno0, r
 }
 
 /* Define this macro to tune LEA priority vs ADD, it take effect when
-   there is a dilemma of choicing LEA or ADD
+   there is a dilemma of choosing LEA or ADD
    Negative value: ADD is more preferred than LEA
-   Zero: Netrual
-   Positive value: LEA is more preferred than ADD*/
+   Zero: Neutral
+   Positive value: LEA is more preferred than ADD.  */
 #define IX86_LEA_PRIORITY 0
 
 /* Return true if usage of lea INSN has performance advantage