From c21ebd363b32684d9efeb8730dd43b528b0fab2d Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Sat, 28 Apr 2018 16:07:55 +0200 Subject: [PATCH] pidstat: Fix typo in comment Signed-off-by: Sebastien GODARD --- pidstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pidstat.c b/pidstat.c index 90d9a2c..a51726f 100644 --- a/pidstat.c +++ b/pidstat.c @@ -98,7 +98,7 @@ void usage(char *progname) /* *************************************************************************** - * SIGALRM signal handler. No need to resert the handler here. + * SIGALRM signal handler. No need to reset the handler here. * * IN: * @sig Signal number. -- 2.49.0