cleanup: spelling fixes in comments
[lttng-ust.git] / tests / utils / tap.h
index b3e94450541e203ba38bb9c5b2c3a71fd0869252..60455a07bd9fefa50d58de5fa563b67bdb4e59ff 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 /* '## __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.024626 seconds and 4 git commands to generate.