diff options
author | Ambrogino Modigliani <ambrogino.modigliani@gmail.com> | 2016-11-25 21:01:54 +0100 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2016-11-27 20:19:32 +1030 |
commit | cb55e96bf79ead88469bb859f9c858f62df2e562 (patch) | |
tree | 76f8a552ff9b17c2c79fe33e101c47b99252ff87 /ld/deffilep.y | |
parent | Fix spelling in comments in .y files (binutils) (diff) | |
download | binutils-gdb-cb55e96bf79ead88469bb859f9c858f62df2e562.tar.gz binutils-gdb-cb55e96bf79ead88469bb859f9c858f62df2e562.tar.bz2 binutils-gdb-cb55e96bf79ead88469bb859f9c858f62df2e562.zip |
Fix spelling in comments in .y files (ld)
* deffilep.y: Fix spelling in comments.
Diffstat (limited to 'ld/deffilep.y')
-rw-r--r-- | ld/deffilep.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/deffilep.y b/ld/deffilep.y index 837de0e75f0..302016cc76d 100644 --- a/ld/deffilep.y +++ b/ld/deffilep.y @@ -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 == '-') |