diff options
| author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2006-08-04 07:56:35 +0000 |
|---|---|---|
| committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2006-08-04 07:56:35 +0000 |
| commit | 776fc0e90e9072cda064b69e91a6a0e6bede1aa1 (patch) | |
| tree | 3f52e03559d675c9d3ca40d2fcf182a763ba10f4 /sys/dev/patm | |
| parent | 091eb5a3db10b530dec3fb211aea04e212a9e98f (diff) | |
Notes
Diffstat (limited to 'sys/dev/patm')
| -rw-r--r-- | sys/dev/patm/if_patm_intr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/patm/if_patm_intr.c b/sys/dev/patm/if_patm_intr.c index 9f44d583d5b7..2e50b6a76059 100644 --- a/sys/dev/patm/if_patm_intr.c +++ b/sys/dev/patm/if_patm_intr.c @@ -226,7 +226,7 @@ patm_intr(void *p) * Feeding buffers is actually not so easy as it seems. We cannot use the * fraction fields in the status registers, because they round down, i.e. * if we have 34 buffers in the queue, it will show 1. If we now feed - * 512 - 1 * 32 buffers, we loose two buffers. The only reliable way to know + * 512 - 1 * 32 buffers, we lose two buffers. The only reliable way to know * how many buffers are in the queue are the FBQP registers. */ static u_int |
