From cd67ec7d6b5bfcb9e9a3f09f43a2baea9515c66e Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 23 Oct 2013 21:43:24 +0200 Subject: [PATCH] Fix typos --- lib/libnfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libnfs.c b/lib/libnfs.c index f8b294a..ec13966 100644 --- a/lib/libnfs.c +++ b/lib/libnfs.c @@ -1028,7 +1028,7 @@ int nfs_pread_async(struct nfs_context *nfs, struct nfsfh *nfsfh, uint64_t offse /* trying to read more than maximum server read size, we has to chop it up into smaller * reads and collect into a reassembly buffer. - * we send all reads in parallell so that performance is still good. + * we send all reads in parallel so that performance is still good. */ data->max_offset = offset; data->start_offset = offset; @@ -1208,7 +1208,7 @@ int nfs_pwrite_async(struct nfs_context *nfs, struct nfsfh *nfsfh, uint64_t offs /* trying to write more than maximum server write size, we has to chop it up into smaller * chunks. - * we send all writes in parallell so that performance is still good. + * we send all writes in parallel so that performance is still good. */ data->max_offset = offset; data->start_offset = offset; -- 2.34.1