From clsung@going04.iis.sinica.edu.tw  Mon May 15 06:03:18 2006
Return-Path: <clsung@going04.iis.sinica.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A8C1716A412
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 15 May 2006 06:03:18 +0000 (UTC)
	(envelope-from clsung@going04.iis.sinica.edu.tw)
Received: from going04.iis.sinica.edu.tw (going04.iis.sinica.edu.tw [140.109.19.154])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 04DF943D46
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 15 May 2006 06:03:18 +0000 (GMT)
	(envelope-from clsung@going04.iis.sinica.edu.tw)
Received: by going04.iis.sinica.edu.tw (Postfix, from userid 1002)
	id 278AD28468; Mon, 15 May 2006 14:03:32 +0800 (CST)
Message-Id: <20060515060332.278AD28468@going04.iis.sinica.edu.tw>
Date: Mon, 15 May 2006 14:03:32 +0800 (CST)
From: Cheng-Lung Sung <clsung@FreeBSD.org>
Reply-To: Cheng-Lung Sung <clsung@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] typo in usr.sbin/ipcs/ipcs.c
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         97292
>Category:       bin
>Synopsis:       [patch] typo in usr.sbin/ipcs/ipcs.c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    maxim
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 15 06:10:19 GMT 2006
>Closed-Date:    Sat May 20 06:50:49 GMT 2006
>Last-Modified:  Sat May 20 06:50:49 GMT 2006
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD going04.iis.sinica.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #16: Fri May 12 09:03:05 CST 2006 root@going04.iis.sinica.edu.tw:/usr/obj/usr/src/sys/GOING04 i386

>Description:
    comments in ipcs.c contains 'retreieve' which should be 'retrieve'
>How-To-Repeat:
>Fix:

--- usr.bin/ipcs/ipcs.c.orig	Wed May 25 07:42:09 2005
+++ usr.bin/ipcs/ipcs.c	Mon May 15 13:59:48 2006
@@ -598,7 +598,7 @@
 		if (symbols[idx].n_type == 0 || symbols[idx].n_value == 0)
 			errx(1, "symbol %s undefined", symn);
 		/*
-		 * For some symbols, the value we retreieve is
+		 * For some symbols, the value we retrieve is
 		 * actually a pointer; since we want the actual value,
 		 * we have to manually dereference it.
 		 */

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: maxim 
State-Changed-When: Mon May 15 08:21:13 UTC 2006 
State-Changed-Why:  
Committed to HEAD.  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=97292 
Responsible-Changed-From-To: freebsd-bugs->maxim 
Responsible-Changed-By: delphij 
Responsible-Changed-When: Sat May 20 04:57:08 UTC 2006 
Responsible-Changed-Why:  
Over to maxim@ who committed the patch. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=97292 
State-Changed-From-To: patched->closed 
State-Changed-By: maxim 
State-Changed-When: Sat May 20 06:50:36 UTC 2006 
State-Changed-Why:  
MFC'ed to RELENG_6. 

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