From fanf@dotat.at  Wed Sep 12 16:44:19 2001
Return-Path: <fanf@dotat.at>
Received: from hand.dotat.at (host217-35-41-52.in-addr.btopenworld.com [217.35.41.52])
	by hub.freebsd.org (Postfix) with ESMTP id 06ECF37B403
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 12 Sep 2001 16:44:19 -0700 (PDT)
Received: from fanf by hand.dotat.at with local (Exim 3.33 #16)
	id 15hKbo-0001YB-00
	for FreeBSD-gnats-submit@freebsd.org; Thu, 13 Sep 2001 00:44:00 +0000
Message-Id: <E15hKbo-0001YB-00@hand.dotat.at>
Date: Thu, 13 Sep 2001 00:44:00 +0000
From: Tony Finch <dot@dotat.at>
Reply-To: Tony Finch <dot@dotat.at>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] spelling and grammar fixes in a comment
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         30540
>Category:       kern
>Synopsis:       [PATCH] spelling and grammar fixes in a comment
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    murray
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 12 16:50:01 PDT 2001
>Closed-Date:    Sun Mar 31 03:03:00 PST 2002
>Last-Modified:  Sun Mar 31 03:03:00 PST 2002
>Originator:     Tony Finch
>Release:        FreeBSD 4.4-RC i386
>Organization:
dotat labs
>Environment:
System: FreeBSD hand.dotat.at 4.4-RC FreeBSD 4.4-RC #4: Sat Sep 1 19:06:27 GMT 2001 fanf@hand.dotat.at:/FreeBSD/obj/FreeBSD/releng4/sys/SHARP i386
>Description:
>How-To-Repeat:
>Fix:

Index: sys/dev/kbd//atkbdc.c
===================================================================
RCS file: /home/ncvs/src/sys/dev/kbd/atkbdc.c,v
retrieving revision 1.5.2.1
diff -u -r1.5.2.1 atkbdc.c
--- sys/dev/kbd//atkbdc.c	2000/03/31 12:51:56	1.5.2.1
+++ sys/dev/kbd//atkbdc.c	2001/07/26 00:45:45
@@ -217,10 +217,10 @@
  * I/O access to the controller/keyboard/mouse. The convention requires
  * close cooperation of the calling device driver.
  *
- * The device driver which utilizes the `kbdio' module are assumed to
+ * The device drivers which utilize the `kbdio' module are assumed to
  * have the following set of routines.
  *    a. An interrupt handler (the bottom half of the driver).
- *    b. Timeout routines which may briefly polls the keyboard controller.
+ *    b. Timeout routines which may briefly poll the keyboard controller.
  *    c. Routines outside interrupt context (the top half of the driver).
  * They should follow the rules below:
  *    1. The interrupt handler may assume that it always has full access 
@@ -239,12 +239,12 @@
  *       Therefore, `spltty()' must be strategically placed in the device
  *       driver code. Also note that the timeout routine may interrupt
  *       `kbdc_lock()' called by the top half of the driver, but this
- *       interruption is OK so long as the timeout routine observes the
- *       the rule 4 below.
+ *       interruption is OK so long as the timeout routine observes
+ *       rule 4 below.
  *    4. The interrupt and timeout routines should not extend I/O operation
- *       across more than one interrupt or timeout; they must complete
- *       necessary I/O operation within one invokation of the routine.
- *       This measns that if the timeout routine acquires the lock flag,
+ *       across more than one interrupt or timeout; they must complete any
+ *       necessary I/O operation within one invocation of the routine.
+ *       This means that if the timeout routine acquires the lock flag,
  *       it must reset the flag to FALSE before it returns.
  */
 
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->analyzed 
State-Changed-By: murray 
State-Changed-When: Wed Mar 27 05:16:36 PST 2002 
State-Changed-Why:  
Committed to -CURRENT, thanks!  I will MFC this in a few days. 



Responsible-Changed-From-To: freebsd-bugs->murray 
Responsible-Changed-By: murray 
Responsible-Changed-When: Wed Mar 27 05:16:36 PST 2002 
Responsible-Changed-Why:  
Committed to -CURRENT, thanks!  I will MFC this in a few days. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=30540 
State-Changed-From-To: analyzed->closed 
State-Changed-By: murray 
State-Changed-When: Sun Mar 31 03:02:24 PST 2002 
State-Changed-Why:  
Change has been MFCed.  Thanks for the submission. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=30540 
>Unformatted:
