Fix typos
[babeltrace.git] / src / plugins / ctf / fs-sink / translate-ctf-ir-to-tsdl.cpp
index f5f1e46ee4745205edba4b337efe7acf29929242..db7af8658fd15436aaeb361dcd482fb1bdd31f5d 100644 (file)
@@ -6,13 +6,11 @@
 
 #include <glib.h>
 #include <stdio.h>
-#include <string.h>
 
 #include <babeltrace2/babeltrace.h>
 
 #include "common/assert.h"
-#include "common/macros.h"
-#include "compat/endian.h"
+#include "compat/endian.h" /* IWYU pragma: keep  */
 
 #include "fs-sink-ctf-meta.hpp"
 #include "translate-ctf-ir-to-tsdl.hpp"
@@ -719,7 +717,7 @@ static void append_stream_class(struct ctx *ctx, struct fs_sink_ctf_stream_class
     }
 
     /*
-     * Unconditionnally write the packet sequence number as, even if
+     * Unconditionally write the packet sequence number as, even if
      * there's no possible discarded packets message, it's still
      * useful information to have.
      */
This page took 0.023237 seconds and 4 git commands to generate.