Fix function comments
authorSimon Marchi <simon.marchi@ericsson.com>
Tue, 26 Jan 2016 21:30:03 +0000 (16:30 -0500)
committerSimon Marchi <simon.marchi@ericsson.com>
Tue, 26 Jan 2016 21:30:03 +0000 (16:30 -0500)
Two obvious fixes.

gdb/ChangeLog:

* common/common-utils.c (skip_spaces): Fix comment.
(skip_to_space_const): Likewise.

gdb/ChangeLog
gdb/common/common-utils.c

index 099c10c81e464fe69d0c9eca02d30845a647feca..64ac55869186e69f9ef331933925be2eab6b13e6 100644 (file)
@@ -1,3 +1,8 @@
+2016-01-26  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * common/common-utils.c (skip_spaces): Fix comment.
+       (skip_to_space_const): Likewise.
+
 2016-01-25  Yao Qi  <yao.qi@linaro.org>
 
        * arch/arm-get-next-pcs.c (thumb_deal_with_atomic_sequence_raw):
index c1b5eea749b48bdb343baa58062af7330eec2005..33668f386665838af6bdeb61b7a54ecf7ee00b62 100644 (file)
@@ -253,7 +253,7 @@ strtoulst (const char *num, const char **trailer, int base)
     return result;
 }
 
-/* See documentation in cli-utils.h.  */
+/* See documentation in common-utils.h.  */
 
 char *
 skip_spaces (char *chp)
@@ -277,7 +277,7 @@ skip_spaces_const (const char *chp)
   return chp;
 }
 
-/* See documentation in cli-utils.h.  */
+/* See documentation in common-utils.h.  */
 
 const char *
 skip_to_space_const (const char *chp)
This page took 0.027438 seconds and 4 git commands to generate.