bin/97292: [patch] typo in usr.sbin/ipcs/ipcs.c

Cheng-Lung Sung clsung at FreeBSD.org
Mon May 15 06:10:23 UTC 2006


>Number:         97292
>Category:       bin
>Synopsis:       [patch] typo in usr.sbin/ipcs/ipcs.c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 15 06:10:19 GMT 2006
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:


More information about the freebsd-bugs mailing list