diff options
Diffstat (limited to 'test/ros3.c')
-rw-r--r-- | test/ros3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ros3.c b/test/ros3.c index 2bfca96..bc9eb86 100644 --- a/test/ros3.c +++ b/test/ros3.c @@ -56,7 +56,7 @@ * 4) Configurable expected-actual order in generated comparison strings. * Some prefer `VERIFY(expected, actual)`, others * `VERIFY(actual, expected)`. Provide preprocessor ifdef switch - * to satifsy both parties, assuming one paradigm per test file. + * to satisfy both parties, assuming one paradigm per test file. * (One could #undef and redefine the flag through the file as desired, * but _why_.) * |