diff options
author | Shahab Vahedi <shahab@synopsys.com> | 2020-12-22 12:27:00 +0100 |
---|---|---|
committer | Shahab Vahedi <shahab@synopsys.com> | 2020-12-22 12:27:00 +0100 |
commit | acf10cacc6bd596ef7327063038bb1ee020c07d0 (patch) | |
tree | aef79e39f306f72f00cb42db4746e7d4bf0b645d /gdb/ChangeLog | |
parent | 04c9f85efcd8df5fc482ce97c0104cc7dd5d19e6 (diff) | |
download | fsf-binutils-gdb-acf10cacc6bd596ef7327063038bb1ee020c07d0.zip fsf-binutils-gdb-acf10cacc6bd596ef7327063038bb1ee020c07d0.tar.gz fsf-binutils-gdb-acf10cacc6bd596ef7327063038bb1ee020c07d0.tar.bz2 |
arc: Make variable name in comments uppercase
The word "regnum" in comments should be uppercase, because it
reflects a variable name in the code.
gdb/ChangeLog
* arc-linux-tdep.c: Replace "regnum" with "REGNUM" in comments.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c961d72..84b006e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2020-12-22 Shahab Vahedi <shahab@synopsys.com> + + * arc-linux-tdep.c: Replace "regnum" with "REGNUM" in comments. + 2020-12-22 Anton Kolesov <anton.kolesov@synopsys.com> * Makefile.in (ALLDEPFILES): Add arc-linux-nat.c. |