.gitignore: add some more IDE / tools related file
[babeltrace.git] / src / ctf-writer / field-types.h
index 064108cea58c8b9e30e0121402cb24bf79bad6a1..2ee48a4b746b21475e89f849b655077e786de021 100644 (file)
@@ -7,8 +7,8 @@
  * http://www.efficios.com/ctf
  */
 
-#ifndef BABELTRACE_CTF_WRITER_FIELD_TYPES_INTERNAL_H
-#define BABELTRACE_CTF_WRITER_FIELD_TYPES_INTERNAL_H
+#ifndef BABELTRACE_CTF_WRITER_FIELD_TYPES_H
+#define BABELTRACE_CTF_WRITER_FIELD_TYPES_H
 
 #include <stdbool.h>
 #include <stdint.h>
@@ -73,7 +73,7 @@ struct bt_ctf_field_type_common {
 
        /*
         * A type can't be modified once it is added to an event or after a
-        * a field has been instanciated from it.
+        * a field has been instantiated from it.
         */
        int frozen;
 
@@ -671,4 +671,4 @@ int bt_ctf_field_type_serialize_recursive(struct bt_ctf_field_type *type,
 
 struct bt_ctf_field_type *bt_ctf_field_type_copy(struct bt_ctf_field_type *ft);
 
-#endif /* BABELTRACE_CTF_WRITER_FIELD_TYPES_INTERNAL_H */
+#endif /* BABELTRACE_CTF_WRITER_FIELD_TYPES_H */
This page took 0.025197 seconds and 4 git commands to generate.