mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-05 12:56:08 +00:00
src/bin/ps: Fix spelling error
Spell interruptible correctly. Pull Request: https://github.com/freebsd/freebsd-src/pull/544 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
This commit is contained in:
parent
8db446034e
commit
3fe686f25a
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user