]> granicus.if.org Git - sysstat/commitdiff
sa_common.c: Fix typo in comment
authorSebastien GODARD <sysstat@users.noreply.github.com>
Fri, 15 Nov 2019 16:42:51 +0000 (17:42 +0100)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Fri, 15 Nov 2019 16:42:51 +0000 (17:42 +0100)
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
sa_common.c

index de9c28aa48f6dd1a6b2528bd2ab43959d4c74889..7a0d318da42b755b46cc39c5774c71bb5cceaff7 100644 (file)
@@ -2237,7 +2237,7 @@ int parse_sar_opt(char *argv[], int *opt, struct activity *act[],
                         * Force '-r ALL -u ALL -F'.
                         * Setting -F is compulsory because corresponding activity
                         * has AO_MULTIPLE_OUTPUTS flag set.
-                        * -P ALL / -I ALL will be set only corresponding option has
+                        * -P ALL / -I ALL will be set only if corresponding option has
                         * not been exlicitly entered on the command line.
                         */
                        p = get_activity_position(act, A_MEMORY, EXIT_IF_NOT_FOUND);