summaryrefslogtreecommitdiffstats
path: root/xlators/performance/write-behind/src/write-behind.c
diff options
context:
space:
mode:
authorYaniv Kaul <ykaul@redhat.com>2018-07-16 17:03:17 +0300
committerAmar Tumballi <amarts@redhat.com>2018-07-22 14:40:16 +0000
commit621138ce763eda8270d0a4f6d7209fd50ada8787 (patch)
tree7299759993f6e9f7f34dad95fc8d8cd6ffc1b2fd /xlators/performance/write-behind/src/write-behind.c
parentc0e76377d0fc47aa66f35ea70a4793731ebbd40c (diff)
All: run codespell on the code and fix issues.
Please review, it's not always just the comments that were fixed. I've had to revert of course all calls to creat() that were changed to create() ... Only compile-tested! Change-Id: I7d02e82d9766e272a7fd9cc68e51901d69e5aab5 updates: bz#1193929 Signed-off-by: Yaniv Kaul <ykaul@redhat.com>
Diffstat (limited to 'xlators/performance/write-behind/src/write-behind.c')
-rw-r--r--xlators/performance/write-behind/src/write-behind.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/xlators/performance/write-behind/src/write-behind.c b/xlators/performance/write-behind/src/write-behind.c
index 20767955e4e..bb07cb53c4b 100644
--- a/xlators/performance/write-behind/src/write-behind.c
+++ b/xlators/performance/write-behind/src/write-behind.c
@@ -107,7 +107,7 @@ typedef struct wb_inode {
size_t size; /* Size of the file to catch write after EOF. */
gf_lock_t lock;
xlator_t *this;
- int dontsync; /* If positive, dont pick lies for
+ int dontsync; /* If positive, don't pick lies for
* winding. This is needed to break infinite
* recursion during invocation of
* wb_process_queue from
@@ -1354,7 +1354,7 @@ __wb_preprocess_winds (wb_inode_t *wb_inode)
* as winding these lies again will trigger an infinite
* recursion of wb_process_queue being called from a
* failed fulfill. However, pick non-lied requests for
- * winding so that application wont block indefinitely
+ * winding so that application won't block indefinitely
* waiting for write result.
*/
@@ -1586,7 +1586,7 @@ __wb_pick_winds (wb_inode_t *wb_inode, list_head_t *tasks,
} else {
/* There is a conflicting liability which was
* not attempted to sync even once. Wait till
- * atleast one attempt to sync is made.
+ * at least one attempt to sync is made.
*/
}