This is the mail archive of the archer@sourceware.org mailing list for the Archer project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[python] oops! mini doc update


I had found this little grammar problem and then forgot to fix it before
committing.

Tom

diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 0e92ac7..374d113 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -23823,7 +23823,7 @@ begin with a @samp{*}), or one of the following:
 @samp{$@var{regname}} --- a CPU register name
 @end itemize
 
-A varobj's may be provided by a Python-based pretty-printer.  In this
+A varobj's contents may be provided by a Python-based pretty-printer.  In this
 case the varobj is known as a @dfn{dynamic varobj}.  Dynamic varobjs
 have slightly different semantics in some cases.  If the
 @code{-enable-pretty-printing} command is not sent, then @value{GDBN}


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]