diff options
author | Tom de Vries <tdevries@suse.de> | 2025-03-06 23:21:54 +0100 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2025-03-06 23:21:54 +0100 |
commit | cfa9718522f4d02e3d6f5a7eea13722ec951bfbf (patch) | |
tree | 3068f921d6e480a803ac8ba46e73f9f94ab524eb /gdb/doc | |
parent | ab36ed51d171681c09ace5e199083a13125b21b2 (diff) | |
download | binutils-cfa9718522f4d02e3d6f5a7eea13722ec951bfbf.zip binutils-cfa9718522f4d02e3d6f5a7eea13722ec951bfbf.tar.gz binutils-cfa9718522f4d02e3d6f5a7eea13722ec951bfbf.tar.bz2 |
[gdb/doc] Fix typos in annotate.texinfo
Fix typos:
...
Dependant ==> Dependent
...
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/annotate.texinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/doc/annotate.texinfo b/gdb/doc/annotate.texinfo index 8593b00..fdcd5a8 100644 --- a/gdb/doc/annotate.texinfo +++ b/gdb/doc/annotate.texinfo @@ -147,11 +147,11 @@ the annotation interface was marked as deprecated. This chapter discusses the known problems. -@section Dependant on @sc{cli} output +@section Dependent on @sc{cli} output The annotation interface works by interspersing markups with @value{GDBN} normal command-line interpreter output. Unfortunately, this -makes the annotation client dependant on not just the annotations, but +makes the annotation client dependent on not just the annotations, but also the @sc{cli} output. This is because the client is forced to assume that specific @value{GDBN} commands provide specific information. Any change to @value{GDBN}'s @sc{cli} output modifies or removes that |