From 41548caa9b7ffba43e856bd288b98cc1ab8c3e8f Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Tue, 26 Jan 2016 16:30:03 -0500 Subject: Fix function comments Two obvious fixes. gdb/ChangeLog: * common/common-utils.c (skip_spaces): Fix comment. (skip_to_space_const): Likewise. --- gdb/common/common-utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/common') diff --git a/gdb/common/common-utils.c b/gdb/common/common-utils.c index c1b5eea..33668f3 100644 --- a/gdb/common/common-utils.c +++ b/gdb/common/common-utils.c @@ -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) -- cgit v1.1