[hackers] [ubase][PATCH] vmstat.c: fix typo in comment

From: Mattias Andrée <maandree_AT_kth.se>
Date: Tue, 5 Nov 2019 18:54:36 +0100

Signed-off-by: Mattias Andrée <maandree_AT_kth.se>
---
 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
_AT_@ -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
Received on Tue Nov 05 2019 - 18:54:36 CET

This archive was generated by hypermail 2.3.0 : Tue Nov 05 2019 - 19:00:28 CET