diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2002-12-20 09:35:03 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2002-12-20 09:35:03 +0000 |
commit | f821f325df562772c47b1a2a4c57f9adb7efa256 (patch) | |
tree | 6f11f75b5abac8d4ccfa60062c349d6561ae83aa /gdb/doc/annotate.texi | |
parent | d9147ab3ffbb447e22f75c061ae80028acde56e4 (diff) | |
download | gdb-f821f325df562772c47b1a2a4c57f9adb7efa256.zip gdb-f821f325df562772c47b1a2a4c57f9adb7efa256.tar.gz gdb-f821f325df562772c47b1a2a4c57f9adb7efa256.tar.bz2 |
* agentexpr.texi: Fix typos.
* annotate.texi: Likewise.
* fdl.texi: Likewise.
Diffstat (limited to 'gdb/doc/annotate.texi')
-rw-r--r-- | gdb/doc/annotate.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/doc/annotate.texi b/gdb/doc/annotate.texi index 59d599b..fc26924 100644 --- a/gdb/doc/annotate.texi +++ b/gdb/doc/annotate.texi @@ -247,17 +247,17 @@ or a repeated element @smallexample @samp{,} @var{whitespace} ; @r{omitted for the first element} @var{the-value} -^Z^Zelt-rep @var{number-of-repititions} +^Z^Zelt-rep @var{number-of-repetitions} @var{repetition-string} ^Z^Zelt-rep-end @end smallexample In both cases, @var{the-value} is the output for the value of the element and @var{whitespace} can contain spaces, tabs, and newlines. In -the repeated case, @var{number-of-repititons} is the number of +the repeated case, @var{number-of-repetitions} is the number of consecutive array elements which contain that value, and @var{repetition-string} is a string which is designed to convey to the -user that repitition is being depicted. +user that repetition is being depicted. @findex array-section-end Once all the array elements have been output, the array annotation is |