]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdbsupport: fix a typo in a comment in common-regcache.h
authorTankut Baris Aktemur <tankut.baris.aktemur@intel.com>
Tue, 17 Dec 2024 07:48:04 +0000 (08:48 +0100)
committerTankut Baris Aktemur <tankut.baris.aktemur@intel.com>
Tue, 17 Dec 2024 07:48:04 +0000 (08:48 +0100)
Fix a typo.

Approved-By: Simon Marchi <simon.marchi@efficios.com>
gdbsupport/common-regcache.h

index ef37d61b40a97dcdf7d008c92e10b9c28f4fc835..87ffc22a5e6903f86ad1735ca81e862c63065211 100644 (file)
@@ -35,10 +35,10 @@ enum register_status : signed char
 
     /* The register value is unavailable.  E.g., we're inspecting a
        traceframe, and this register wasn't collected.  Note that this
-       is different a different "unavailable" from saying the register
-       does not exist in the target's architecture --- in that case,
-       the target should have given us a target description that does
-       not include the register in the first place.  */
+       "unavailable" is different from saying the register does not
+       exist in the target's architecture --- in that case, the target
+       should have given us a target description that does not include
+       the register in the first place.  */
     REG_UNAVAILABLE = -1
   };