include, libctf: typo fixes

include/
	* ctf-api.h: Fix typos in comments.
libctf/
	* ctf-impl.h: Fix typos in comments.
This commit is contained in:
Nick Alcock 2020-06-02 18:56:06 +01:00
parent c9fe1b583c
commit b64751cf0b
4 changed files with 12 additions and 4 deletions

View file

@ -1,3 +1,7 @@
2020-07-22 Nick Alcock <nick.alcock@oracle.com>
* ctf-impl.h: Fix typos in comments.
2020-07-22 Nick Clifton <nickc@redhat.com>
* ctf-archive.c (ctf_arc_write): Avoid calling close twice on the

View file

@ -37,7 +37,7 @@
#ifdef __cplusplus
extern "C"
{
{
#endif
/* Compiler attributes. */