aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/net/nscachedcli.c
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2016-04-30 01:24:24 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2016-04-30 01:24:24 +0000
commit32223c1b7dea9bcf5ccb35a6462fb6a29a344910 (patch)
treeb4c646668481cdc1dd9daaea77bf963c2e2862a0 /lib/libc/net/nscachedcli.c
parent1ce4275dd2c639eb1ce78cba2fd31d4b61f72562 (diff)
libc: spelling fixes.
Mostly on comments.
Notes
Notes: svn path=/head/; revision=298830
Diffstat (limited to 'lib/libc/net/nscachedcli.c')
-rw-r--r--lib/libc/net/nscachedcli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/nscachedcli.c b/lib/libc/net/nscachedcli.c
index 2ceacb7e9b0b..35dbe20f722c 100644
--- a/lib/libc/net/nscachedcli.c
+++ b/lib/libc/net/nscachedcli.c
@@ -95,7 +95,7 @@ safe_write(struct cached_connection_ *connection, const void *data,
/*
* safe_read reads data from connection and tries to do it in the very safe
- * and stable way. It uses kevent to ensure, that the data are availabe for
+ * and stable way. It uses kevent to ensure, that the data are available for
* reading. If the amount of data to be read is too large, then they would
* be splitted.
*/