diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 6a3d0610a2..eb6a73fc01 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2017-08-09 Simon Marchi + + * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to + conditional expression. + 2017-07-31 Simon Marchi * agentexpr.texi (rot): Fix symbolic description, improve diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 17b4c696d9..d098eba1e8 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -35966,7 +35966,7 @@ separators. Each expression has the following form: @item X @var{len},@var{expr} @var{len} is the length of the bytecode expression and @var{expr} is the -actual conditional expression in bytecode form. +actual commands expression in bytecode form. @end table