From: Sebastien GODARD Date: Fri, 15 Nov 2019 16:42:51 +0000 (+0100) Subject: sa_common.c: Fix typo in comment X-Git-Tag: v12.3.1~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46e82ba80d3efcefe6197096e2d4dd0064e3a31e;p=sysstat sa_common.c: Fix typo in comment Signed-off-by: Sebastien GODARD --- diff --git a/sa_common.c b/sa_common.c index de9c28a..7a0d318 100644 --- a/sa_common.c +++ b/sa_common.c @@ -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);