* deffilep.y: Fix spelling in comments.
+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.
/* 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 == '-')