buffer.h: Fix spelling mistakes

gdb/ChangeLog:

	* buffer.h (buffer_finish): Fix spelling mistakes.
This commit is contained in:
Simon Marchi 2017-07-03 13:59:00 +02:00
parent 2040444f33
commit 5bfd255c41
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2017-07-03 Simon Marchi <simon.marchi@ericsson.com>
* buffer.h (buffer_finish): Fix spelling mistakes.
2017-07-01 Eli Zaretskii <eliz@gnu.org>
* .dir-locals.el: Automatically switch to C-style comments in

View File

@ -46,7 +46,7 @@ void buffer_free (struct buffer *buffer);
/* Initialize BUFFER. BUFFER holds no memory afterwards. */
void buffer_init (struct buffer *buffer);
/* Return a pointer into BUFFER data, effectivelly transfering
/* Return a pointer into BUFFER data, effectively transferring
ownership of the buffer memory to the caller. Calling buffer_free
afterwards has no effect on the returned data. */
char* buffer_finish (struct buffer *buffer);