aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2025-03-19 13:40:47 -0600
committerTom Tromey <tromey@adacore.com>2025-03-20 06:35:46 -0600
commit1b7a712f236504fdc4f741759eb45a21f122aec2 (patch)
tree47c09788e517056a679801d0fdc696c6be1db4b5
parent2774eeb9e2acb7d5a7967c55d8365fc1278244a4 (diff)
downloadbinutils-1b7a712f236504fdc4f741759eb45a21f122aec2.zip
binutils-1b7a712f236504fdc4f741759eb45a21f122aec2.tar.gz
binutils-1b7a712f236504fdc4f741759eb45a21f122aec2.tar.bz2
Fix grammar error in dwarf2/attribute.h
A recent patch of mine had a comment with bad grammar; apparently I didn't finish editing it. This patch cleans it up.
-rw-r--r--gdb/dwarf2/attribute.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/dwarf2/attribute.h b/gdb/dwarf2/attribute.h
index 4dce04d..ce6c563 100644
--- a/gdb/dwarf2/attribute.h
+++ b/gdb/dwarf2/attribute.h
@@ -105,8 +105,8 @@ struct attribute
/* Return an unsigned constant value. This only handles constant
forms (i.e., form_is_constant -- and not the extended list of
"unsigned" forms) and assumes an unsigned value is desired. This
- can intended for use with DWARF-defined enumerations like DW_CC_*
- or DW_INL_*, but also in situations where a nonnegative constant
+ can be used with DWARF-defined enumerations like DW_CC_* or
+ DW_INL_*, but also in situations where a nonnegative constant
integer is specified by DWARF.
If a signed form and negative value is used, or if a non-constant