This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
On 2/8/17 3:01 PM, Peter Bergner wrote:
+/* Parse the disassembler options, looking for ',' seperated options. */ +extern char *parse_one_disassembler_option (char *, const char *); + +/* A macro for iterating over each comma seperated option in OPTIONS. +================================================================================ + OPT +*/
Just noticed these typos (s/seperated/separated/ and the comment). Fixed. Peter
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |