Fix typos
[babeltrace.git] / tests / bitfield / test-bitfield.c
index f0b44821e733de03ef4faf788cd088d5191a4050..ea5efc7276d21310444112d401bb8867de52b755 100644 (file)
@@ -11,7 +11,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 
-#include <tap/tap.h>
+#include "tap/tap.h"
 
 unsigned int glob;
 
@@ -748,7 +748,7 @@ int main(int argc, char **argv)
                return print_encodings(src, shift, len);
        }
 
-       /* Run tap-formated tests */
+       /* Run tap-formatted tests */
        run_test();
        return exit_status();
 }
This page took 0.025006 seconds and 4 git commands to generate.