diff options
author | Tom Tromey <tromey@adacore.com> | 2023-12-06 12:32:57 -0700 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2023-12-06 12:32:57 -0700 |
commit | a70364f6b4ca2a57876d98300b9933d3d1348e72 (patch) | |
tree | bb14e789a4a51893292c35597093e2b89194f088 | |
parent | 2bb9e05637f5a08e6da30450482f5a413b7f6972 (diff) | |
download | gdb-a70364f6b4ca2a57876d98300b9933d3d1348e72.zip gdb-a70364f6b4ca2a57876d98300b9933d3d1348e72.tar.gz gdb-a70364f6b4ca2a57876d98300b9933d3d1348e72.tar.bz2 |
Fix minor grammar error in gdb.texinfo
This fixes a small grammar issue in gdb.texinfo -- "additional" was
written where "additionally" is correct.
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 15fa158..d2428ef 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -30552,7 +30552,7 @@ or a window description. The windows will be displayed from top to bottom in the order listed. The names of the windows are the same as the ones given to the -@code{focus} command (see below); additional, the @code{status} +@code{focus} command (see below); additionally, the @code{status} window can be specified. Note that, because it is of fixed height, the weight assigned to the status window is of no importance. It is conventional to use @samp{0} here. |