diff options
author | Michael Snyder <msnyder@vmware.com> | 2005-01-14 04:41:36 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2005-01-14 04:41:36 +0000 |
commit | 4e18e2de1e848546c649ac74f8fbb8711c789243 (patch) | |
tree | 3cfb3d61f604d6247c590408913b1b8567badcc6 /gdb/cli | |
parent | ca0b4d12c7768d2a693c48aef08edae9dd3a3cd6 (diff) | |
download | gdb-4e18e2de1e848546c649ac74f8fbb8711c789243.zip gdb-4e18e2de1e848546c649ac74f8fbb8711c789243.tar.gz gdb-4e18e2de1e848546c649ac74f8fbb8711c789243.tar.bz2 |
2005-01-13 Michael Snyder <msnyder@redhat.com>
* cli/cli-decode.h: Whitespace tweaks.
Diffstat (limited to 'gdb/cli')
-rw-r--r-- | gdb/cli/cli-decode.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/cli/cli-decode.h b/gdb/cli/cli-decode.h index 97e7106..15732af 100644 --- a/gdb/cli/cli-decode.h +++ b/gdb/cli/cli-decode.h @@ -110,7 +110,7 @@ struct cmd_list_element */ int flags; - /* if this command is deprecated, this is the replacement name */ + /* If this command is deprecated, this is the replacement name. */ char *replacement; /* If this command represents a show command, then this function @@ -123,8 +123,8 @@ struct cmd_list_element /* Hook for another command to be executed after this command. */ struct cmd_list_element *hook_post; - /* Flag that specifies if this command is already running it's hook. */ - /* Prevents the possibility of hook recursion. */ + /* Flag that specifies if this command is already running it's hook. */ + /* Prevents the possibility of hook recursion. */ int hook_in; /* Nonzero identifies a prefix command. For them, the address |