From: Sebastien GODARD Date: Fri, 21 Aug 2015 13:30:28 +0000 (+0200) Subject: iostat: Fix typo in comment X-Git-Tag: v11.1.6~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eb551fc74ad940442efc0482d2008fa2519a3f24;p=sysstat iostat: Fix typo in comment Signed-off-by: Sebastien GODARD --- diff --git a/iostat.c b/iostat.c index 7927589..38517c4 100644 --- a/iostat.c +++ b/iostat.c @@ -1496,7 +1496,7 @@ int main(int argc, char **argv) else if (!isdigit(argv[opt][0])) { /* * By default iostat doesn't display unused devices. - * If some devices are explictly entered on the command line + * If some devices are explicitly entered on the command line * then don't apply this rule any more. */ flags |= I_D_UNFILTERED;