From nobody@FreeBSD.org  Tue Aug 14 17:39:21 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id BAE75106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 14 Aug 2012 17:39:21 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id A64188FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 14 Aug 2012 17:39:21 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q7EHdLoI043423
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 14 Aug 2012 17:39:21 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q7EHdLOx043422;
	Tue, 14 Aug 2012 17:39:21 GMT
	(envelope-from nobody)
Message-Id: <201208141739.q7EHdLOx043422@red.freebsd.org>
Date: Tue, 14 Aug 2012 17:39:21 GMT
From: Adam McDougall <mcdouga9@egr.msu.edu>
To: freebsd-gnats-submit@FreeBSD.org
Subject: spelling mistake "oustanding" in kernel tree
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         170636
>Category:       kern
>Synopsis:       spelling mistake "oustanding" in kernel tree
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 14 17:40:10 UTC 2012
>Closed-Date:    Sat Nov 09 09:14:43 UTC 2013
>Last-Modified:  Sat Nov 09 09:14:43 UTC 2013
>Originator:     Adam McDougall
>Release:        9.0-stable
>Organization:
>Environment:
FreeBSD daemon 9.0-STABLE FreeBSD 9.0-STABLE #1: Mon Jul 16 08:02:14 EDT 2012     mcdouga9@daemon:/usr/obj/usr/src/sys/AMD64-9  amd64

>Description:
I saw a typo in a SCSI error printed by the kernel on a server experiencing trouble.  I did a grep to see where it occurs, sometimes just comments but some of it is live code:

grep -R oustanding *
sys/dev/isci/scil/scif_sas_domain.c:      // oustanding requests that matches the criteria supplied by the
sys/dev/isci/scil/scif_sas_domain.c:   // oustanding requests that matches the criteria supplied by the
sys/dev/sfxge/common/efx_mcdi.c:         * by virtue of there only being one oustanding MCDI request.
sys/dev/sfxge/common/efx_mcdi.c:         * If there is an oustanding event-completed MCDI operation, then we
sys/contrib/octeon-sdk/cvmx-mixx-defs.h:                                                         4 oustanding timestamp interrupts, this field should
sys/contrib/octeon-sdk/cvmx-dpi-defs.h:                                                         Limits the number of oustanding load requests on
sys/cam/scsi/scsi_da.c:                 xpt_print(periph->path, "oustanding %d\n",
sys/cam/ctl/scsi_ctl.c: xpt_print(periph->path, "%ju CCBs oustanding (%ju allocated, %ju "

>How-To-Repeat:
grep -R oustanding /usr/src/sys
(I did not see this typo outside of sys)
>Fix:
s/oustanding/outstanding/g

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: eadler 
State-Changed-When: Sat Nov 9 09:14:42 UTC 2013 
State-Changed-Why:  
so it seems that I missed this PR when fixing misc/174625 - I'm sorry :( 

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