From b64751cf0bc4466066c35e6c63348f900ce10272 Mon Sep 17 00:00:00 2001 From: Nick Alcock Date: Tue, 2 Jun 2020 18:56:06 +0100 Subject: include, libctf: typo fixes include/ * ctf-api.h: Fix typos in comments. libctf/ * ctf-impl.h: Fix typos in comments. --- libctf/ChangeLog | 4 ++++ libctf/ctf-impl.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'libctf') diff --git a/libctf/ChangeLog b/libctf/ChangeLog index c061ef8..88884a2 100644 --- a/libctf/ChangeLog +++ b/libctf/ChangeLog @@ -1,3 +1,7 @@ +2020-07-22 Nick Alcock + + * ctf-impl.h: Fix typos in comments. + 2020-07-22 Nick Clifton * ctf-archive.c (ctf_arc_write): Avoid calling close twice on the diff --git a/libctf/ctf-impl.h b/libctf/ctf-impl.h index 133ca0e..b20a4f0 100644 --- a/libctf/ctf-impl.h +++ b/libctf/ctf-impl.h @@ -37,7 +37,7 @@ #ifdef __cplusplus extern "C" - { +{ #endif /* Compiler attributes. */ -- cgit v1.1