This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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]

Re: [PATCH, updated] Add support for setting disassembler-options in GDB for POWER, ARM and S390


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]