include, libctf: typo fixes
authorNick Alcock <nick.alcock@oracle.com>
Tue, 2 Jun 2020 17:56:06 +0000 (18:56 +0100)
committerNick Alcock <nick.alcock@oracle.com>
Wed, 22 Jul 2020 16:57:19 +0000 (17:57 +0100)
include/
* ctf-api.h: Fix typos in comments.
libctf/
* ctf-impl.h: Fix typos in comments.

include/ChangeLog
include/ctf-api.h
libctf/ChangeLog
libctf/ctf-impl.h

index 211d54530e0e3ec3250f17650118ff053d226f3f..e2aabdc36b779de389eb5a76b578d8e7d0b4cb96 100644 (file)
@@ -1,3 +1,7 @@
+2020-07-22  Nick Alcock  <nick.alcock@oracle.com>
+
+       * ctf-api.h: Fix typos in comments.
+
 2020-07-22  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR ld/26262
index d6b05bc71fec6907c4f2ba42188e7a34626fb191..bb1cf0f50eb72ceeca0cfca14b40eaf51e61015f 100644 (file)
@@ -30,7 +30,7 @@
 
 #ifdef __cplusplus
 extern "C"
-  {
+{
 #endif
 
 /* Clients can open one or more CTF containers and obtain a pointer to an
@@ -80,7 +80,7 @@ typedef struct ctf_link_sym
 
 /* Indication of how to share types when linking.  */
 
-/* Share all types thare are not in conflict.  The default.  */
+/* Share all types that are not in conflict.  The default.  */
 #define CTF_LINK_SHARE_UNCONFLICTED 0x0
 
 /* Share only types that are used by multiple inputs.  Not implemented yet.  */
@@ -428,7 +428,7 @@ extern unsigned char *ctf_link_write (ctf_file_t *, size_t *size,
                                      size_t threshold);
 
 /* Specialist linker functions.  These functions are not used by ld, but can be
-   used by other prgorams making use of the linker machinery for other purposes
+   used by other programs making use of the linker machinery for other purposes
    to customize its output.  */
 extern int ctf_link_add_cu_mapping (ctf_file_t *, const char *from,
                                    const char *to);
index c061ef80b6e437f83485daab4a46262326ce9ccc..88884a255f1229c0dfee1a790622ce9cea0b7a37 100644 (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
index 133ca0ee6e2373338db5c21451a18aa77293cf96..b20a4f05a80b3f3832b3e8a258a60178ff043564 100644 (file)
@@ -37,7 +37,7 @@
 
 #ifdef __cplusplus
 extern "C"
-  {
+{
 #endif
 
 /* Compiler attributes.  */