mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 05:47:26 +08:00
gdb: fix manor -> manner typo in some comments
In a recent commit I used 'manor' in some comments rather than 'manner'. This commit fixes those two mistakes. I also looked through the gdb/ tree and found one additional instance of this mistake that this commit also fixes.
This commit is contained in:
@ -574,7 +574,7 @@ struct language_defn
|
||||
/* Return false if the language has first-class arrays. Return true if
|
||||
there are no array values, and array objects decay to pointers, as in
|
||||
C. The default is true as currently most supported languages behave
|
||||
in this manor. */
|
||||
in this manner. */
|
||||
|
||||
virtual bool c_style_arrays_p () const
|
||||
{ return true; }
|
||||
|
Reference in New Issue
Block a user