aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ipcs
diff options
context:
space:
mode:
authorMaxim Konovalov <maxim@FreeBSD.org>2006-05-15 08:20:38 +0000
committerMaxim Konovalov <maxim@FreeBSD.org>2006-05-15 08:20:38 +0000
commitdf2e45f7c2eda773e7c0a6106b86f2afe96c4d2f (patch)
tree8c7a6dcd5e227a3035b0fe2d3e61a2f5db937cd6 /usr.bin/ipcs
parentfde45b415ec13ece98cb040845eca6cffe2051ab (diff)
downloadsrc-df2e45f7c2eda773e7c0a6106b86f2afe96c4d2f.tar.gz
src-df2e45f7c2eda773e7c0a6106b86f2afe96c4d2f.zip
o Fix typo in a comment.
PR: bin/97292 Submitted by: clsung MFC after: 3 days
Notes
Notes: svn path=/head/; revision=158587
Diffstat (limited to 'usr.bin/ipcs')
-rw-r--r--usr.bin/ipcs/ipcs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ipcs/ipcs.c b/usr.bin/ipcs/ipcs.c
index cd2fe13c3791..9424e67dc457 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.
*/