From df2e45f7c2eda773e7c0a6106b86f2afe96c4d2f Mon Sep 17 00:00:00 2001 From: Maxim Konovalov Date: Mon, 15 May 2006 08:20:38 +0000 Subject: [PATCH] o Fix typo in a comment. PR: bin/97292 Submitted by: clsung MFC after: 3 days --- usr.bin/ipcs/ipcs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/ipcs/ipcs.c b/usr.bin/ipcs/ipcs.c index cd2fe13c379..9424e67dc45 100644 --- a/usr.bin/ipcs/ipcs.c +++ b/usr.bin/ipcs/ipcs.c @@ -598,7 +598,7 @@ kget(int idx, void *addr, size_t size) 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. */