mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
Fix function comments
Two obvious fixes. gdb/ChangeLog: * common/common-utils.c (skip_spaces): Fix comment. (skip_to_space_const): Likewise.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user