From: Volker Lendecke Date: Wed, 23 Oct 2013 19:43:24 +0000 (+0200) Subject: Fix typos X-Git-Tag: upstream/1.9.6^2~184 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=cd67ec7d6b5bfcb9e9a3f09f43a2baea9515c66e;p=deb_libnfs.git Fix typos --- 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;