Fix typos
[babeltrace.git] / tests / utils / tap / tap.h
index 76e70230b462cf5b715735aff141883a1e4d7929..f07c1dbbabf309765085f576158be0b60d078779 100644 (file)
@@ -10,7 +10,7 @@ extern "C" {
 #endif
 
 /* '## __VA_ARGS__' is a gcc'ism. C99 doesn't allow the token pasting
-   and requires the caller to add the final comma if they've ommitted
+   and requires the caller to add the final comma if they've omitted
    the optional arguments */
 #ifdef __GNUC__
 # define ok(e, test, ...) ((e) ?                                       \
This page took 0.026632 seconds and 4 git commands to generate.