diff options
author | Joel Brobecker <brobecker@adacore.com> | 2021-12-20 08:58:20 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2021-12-20 08:58:20 +0400 |
commit | 68ba44c41a42dbf79fe51561d2b1862554681c2e (patch) | |
tree | 369f7817949254b868168bac702118f8c6b6d3aa /gdb/ada-lang.h | |
parent | fdc40d56730d42d9745961d4220b6bc786193ceb (diff) | |
download | gdb-68ba44c41a42dbf79fe51561d2b1862554681c2e.zip gdb-68ba44c41a42dbf79fe51561d2b1862554681c2e.tar.gz gdb-68ba44c41a42dbf79fe51561d2b1862554681c2e.tar.bz2 |
gdb/ada-lang.h: Reformat comment to follow coding standards
This commit reformats a comment in gdb/ada-lang.h to avoid
the leading '*' at the beginning of each line of the comment.
Diffstat (limited to 'gdb/ada-lang.h')
-rw-r--r-- | gdb/ada-lang.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ada-lang.h b/gdb/ada-lang.h index 0f52ba7..1297020 100644 --- a/gdb/ada-lang.h +++ b/gdb/ada-lang.h @@ -54,8 +54,8 @@ struct parser_state; "___finalizer[.$a-zA-Z0-9_]*$", /* The maximum number of frame levels searched for non-local, - * non-global symbols. This limit exists as a precaution to prevent - * infinite search loops when the stack is screwed up. */ + non-global symbols. This limit exists as a precaution to prevent + infinite search loops when the stack is screwed up. */ #define MAX_ENCLOSING_FRAME_LEVELS 7 /* Maximum number of steps followed in looking for the ultimate |