]> granicus.if.org Git - sysstat/commitdiff
iostat: Fix typo in comment
authorSebastien GODARD <sysstat@users.noreply.github.com>
Fri, 21 Aug 2015 13:30:28 +0000 (15:30 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Fri, 21 Aug 2015 13:30:28 +0000 (15:30 +0200)
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
iostat.c

index 7927589be7fcdaa17582ecac9f411963bef537ad..38517c4def7bf1885d8bcfe53c1de15922bcc885 100644 (file)
--- 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;