From 46e82ba80d3efcefe6197096e2d4dd0064e3a31e Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Fri, 15 Nov 2019 17:42:51 +0100 Subject: [PATCH] sa_common.c: Fix typo in comment Signed-off-by: Sebastien GODARD --- sa_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.40.0