Merge branch 'master' of ssh://git.kernel.dk/data/git/fio
[fio.git] / engines / exec.c
index ab3639c5023b1288b6b38a41fafc73665d08ab6e..20e50e007e032a57629fc9ecf8855bed1e2716ab 100644 (file)
@@ -67,8 +67,8 @@ char *str_replace(char *orig, const char *rep, const char *with)
        /*
         * Replace a substring by another.
         *
-        * Returns the new string if occurences were found
-        * Returns orig if no occurence is found
+        * Returns the new string if occurrences were found
+        * Returns orig if no occurrence is found
         */
        char *result, *insert, *tmp;
        int len_rep, len_with, len_front, count;