diff options
Diffstat (limited to 'lib/libc/net/nscachedcli.c')
-rw-r--r-- | lib/libc/net/nscachedcli.c | 2 |
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. */ |