summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-05-28 11:36:43 +0000
committerrwatson <rwatson@FreeBSD.org>2007-05-28 11:36:43 +0000
commit97ae5983d92693045c74e40ed07367abc79481fc (patch)
tree1d859009437f00c07c0c0482df039fc804e30851 /lib
parent799843834bfccc552089fd425b23c2f94db5aa3d (diff)
downloadFreeBSD-src-97ae5983d92693045c74e40ed07367abc79481fc.zip
FreeBSD-src-97ae5983d92693045c74e40ed07367abc79481fc.tar.gz
Correct spelling errors in comments.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/Symbol.map4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/Symbol.map b/lib/libc/sys/Symbol.map
index 155b45b..18d58eb 100644
--- a/lib/libc/sys/Symbol.map
+++ b/lib/libc/sys/Symbol.map
@@ -143,7 +143,7 @@ FBSD_1.0 {
kldunload;
kldunloadf;
kqueue;
- kmq_notify; /* Do we want these to be publc interfaces? */
+ kmq_notify; /* Do we want these to be public interfaces? */
kmq_open; /* librt uses them to provide mq_xxx. */
kmq_setattr;
kmq_timedreceive;
@@ -307,7 +307,7 @@ FBSD_1.0 {
thr_set_name;
thr_suspend;
thr_wake;
- ktimer_create; /* Do we want these to be publc interfaces? */
+ ktimer_create; /* Do we want these to be public interfaces? */
ktimer_delete; /* librt uses them to provide timer_xxx. */
ktimer_getoverrun;
ktimer_gettime;
OpenPOWER on IntegriCloud