This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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]

Re: [PATCH 07/10] Use struct buffer in gdb_readline_no_editing


Pedro Alves <palves@redhat.com> writes:

> +/* Append CH to the end of BUFFER.  Grows the buffer to accommodate
> +   the new data.  */
> +static inline void
> +buffer_grow_char (struct buffer *buffer, char c)

Nit: s/Append CH /Append C /

-- 
Yao (éå)


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