Fix spelling in comments in .y files (ld)

* deffilep.y: Fix spelling in comments.
This commit is contained in:
Ambrogino Modigliani 2016-11-25 21:01:54 +01:00 committed by Alan Modra
parent a582903f51
commit cb55e96bf7
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2016-11-27 Ambrogino Modigliani <ambrogino.modigliani@gmail.com>
* deffilep.y: Fix spelling in comments.
2016-11-27 Ambrogino Modigliani <ambrogino.modigliani@gmail.com>
* scripttempl/ia64vms.sc: Fix spelling in comments.

View File

@ -904,8 +904,8 @@ def_file_add_directive (def_file *my_def, const char *param, int len)
/* Scan forward until we encounter any of:
- the end of the buffer
- the start of a new option
- a newline seperating options
- a NUL seperating options. */
- a newline separating options
- a NUL separating options. */
for (tend = (char *) (param + 1);
(tend < pend
&& !(ISSPACE (tend[-1]) && *tend == '-')