diff options
| author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-10-02 16:37:32 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2021-10-02 16:39:37 +0000 |
| commit | 3fe686f25a0d0844dc3afd0b3b067ec46abdbc99 (patch) | |
| tree | f164d04e7f90fc7b93b729413566366e5391b3bb /bin | |
| parent | 8db446034e3e53969db8b211fb8635dd911d1133 (diff) | |
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/ps/print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ps/print.c b/bin/ps/print.c index 2b61c6b0a15a..d4dbd9624011 100644 --- a/bin/ps/print.c +++ b/bin/ps/print.c @@ -236,7 +236,7 @@ state(KINFO *k, VARENT *ve __unused) break; case SSLEEP: - if (tdflags & TDF_SINTR) /* interruptable (long) */ + if (tdflags & TDF_SINTR) /* interruptible (long) */ *cp = k->ki_p->ki_slptime >= MAXSLP ? 'I' : 'S'; else *cp = 'D'; |
