From 209e4786e7062e14c1123326850d4bcdbd9c605d Mon Sep 17 00:00:00 2001 From: yar Date: Fri, 4 Aug 2006 07:56:35 +0000 Subject: Commit the results of the typo hunt by Darren Pilgrim. This change affects documentation and comments only, no real code involved. PR: misc/101245 Submitted by: Darren Pilgrim Tested by: md5(1) MFC after: 1 week --- sys/dev/patm/if_patm_intr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/patm') diff --git a/sys/dev/patm/if_patm_intr.c b/sys/dev/patm/if_patm_intr.c index 9f44d58..2e50b6a 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 -- cgit v1.1