Signed-off-by: Mattias Andrée <[email protected]> --- vmstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vmstat.c b/vmstat.c
index d97ee10..4c809bb 100644
--- a/vmstat.c
+++ b/vmstat.c
@@ -282,7 +282,7 @@ main(int argc, char *argv[])
timestamp = 1;
break;
case 'w':
- /* Ignored for compatibility (allow output to be wider then 80
columns) */
+ /* Ignored for compatibility (allow output to be wider than 80
columns) */
break;
default:
usage();
--
2.23.0
