commit | 524ad5e30fb66ee2f03547b2d9f5c67bccdc8534 | [log] [tgz] |
---|---|---|
author | Andrew Burgess <aburgess@redhat.com> | Thu Mar 31 18:19:23 2022 +0100 |
committer | Andrew Burgess <aburgess@redhat.com> | Thu Apr 07 16:01:18 2022 +0100 |
tree | 5eae19cafa88b278e0203447e045ac6bae122dba | |
parent | af7ce09b7685050d2ca1a8a746bb8a8c080fff69 [diff] |
gdb: update comments throughout reggroups.{c,h} files This commit updates the comments in the gdb/reggroups.{c,h} files. Fill in some missing comments, correct a few comments that were not clear, and where we had comments duplicated between .c and .h files, update the .c to reference the .h. No user visible changes after this commit.