diff options
author | Nick Alcock <nick.alcock@oracle.com> | 2020-06-02 18:56:06 +0100 |
---|---|---|
committer | Nick Alcock <nick.alcock@oracle.com> | 2020-07-22 17:57:19 +0100 |
commit | b64751cf0bc4466066c35e6c63348f900ce10272 (patch) | |
tree | 0b36d94bc2d2bb3a93464754571d61d9c32c5569 /libctf/ctf-impl.h | |
parent | c9fe1b583c3f40abe8d9e03249e8da4348770de2 (diff) | |
download | gdb-b64751cf0bc4466066c35e6c63348f900ce10272.zip gdb-b64751cf0bc4466066c35e6c63348f900ce10272.tar.gz gdb-b64751cf0bc4466066c35e6c63348f900ce10272.tar.bz2 |
include, libctf: typo fixes
include/
* ctf-api.h: Fix typos in comments.
libctf/
* ctf-impl.h: Fix typos in comments.
Diffstat (limited to 'libctf/ctf-impl.h')
-rw-r--r-- | libctf/ctf-impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |