Fix typos
authorVolker Lendecke <vl@samba.org>
Wed, 23 Oct 2013 19:43:24 +0000 (21:43 +0200)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 24 Oct 2013 02:13:00 +0000 (19:13 -0700)
lib/libnfs.c

index f8b294a5589ebcffba9a0b8d9e7f345ab8788469..ec1396623ad2a4a2247c2abeb416124d2c34038e 100644 (file)
@@ -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;