Fix a typo and add a missing one.
gdb/ChangeLog:
* target.c (str_comma_list_concat_elem): Fix typo in comment.
(target_options_to_string): Add comment.
+2018-08-08 Simon Marchi <simon.marchi@ericsson.com>
+
+ * target.c (str_comma_list_concat_elem): Fix typo in comment.
+ (target_options_to_string): Add comment.
+
2018-08-08 Tom Tromey <tom@tromey.com>
* unittests/scoped_mmap-selftests.c: Check result of "write".
target_resume (ptid, 0, signal);
}
-/* Concatenate ELEM to LIST, a comma separate list. */
+/* Concatenate ELEM to LIST, a comma-separated list. */
static void
str_comma_list_concat_elem (std::string *list, const char *elem)
}
}
+/* See target.h. */
+
std::string
target_options_to_string (int target_options)
{