diff options
Diffstat (limited to 'sys/kern/subr_unit.c')
-rw-r--r-- | sys/kern/subr_unit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_unit.c b/sys/kern/subr_unit.c index 7f90a02..9cf1781 100644 --- a/sys/kern/subr_unit.c +++ b/sys/kern/subr_unit.c @@ -63,7 +63,7 @@ * in the usermode test program included, the worst case usage * was 798 bytes on i386 for 5000 allocated and 5000 free units. * * The worst case is where every other unit number is allocated and - * the the rest are free. In that case 44 + N/4 bytes are used where + * the rest are free. In that case 44 + N/4 bytes are used where * N is the number of the highest unit allocated. */ |