diff options
author | Amar Tumballi <amar@gluster.com> | 2011-03-18 00:41:08 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2011-03-22 04:02:10 -0700 |
commit | 6167c66758de454284560474f3b4a893d8a69965 (patch) | |
tree | c3c4c392cd71d63ba05e4091ab98101bb460a032 /doc | |
parent | c0d8f11be283637622b0ece82ba8392f0a67e87c (diff) |
spelling errors fixed across the code base
recieve -> receive
maintainence -> maintenance
verison -> version
commited -> committed
Signed-off-by: Amar Tumballi <amar@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 2262 (Spelling errors in source)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2262
Diffstat (limited to 'doc')
-rw-r--r-- | doc/hacker-guide/write-behind.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/hacker-guide/write-behind.txt b/doc/hacker-guide/write-behind.txt index 498e95480ae..a6e9a8890e4 100644 --- a/doc/hacker-guide/write-behind.txt +++ b/doc/hacker-guide/write-behind.txt @@ -9,7 +9,7 @@ basic working 2. VFS ==> FUSE ==> /dev/fuse. 3. fuse-bridge initiates a glusterfs writev() call. 4. writev() is STACK_WIND()ed upto client-protocol or storage translator. - 5. client-protocol, on recieving reply from server, starts STACK_UNWIND() towards the fuse-bridge. + 5. client-protocol, on receiving reply from server, starts STACK_UNWIND() towards the fuse-bridge. on a translator tree with write-behind, control flow is like this: @@ -30,7 +30,7 @@ windowing write_behind: if set, indicates that write-behind has done STACK_UNWIND() towards fuse-bridge. - got_reply: if set, indicates that write-behind has recieved reply from child translator for a writev() STACK_WIND(). a request will be destroyed by write-behind only if this flag is set. + got_reply: if set, indicates that write-behind has received reply from child translator for a writev() STACK_WIND(). a request will be destroyed by write-behind only if this flag is set. currently pending write requests = aggregate size of requests with write_behind = 1 and got_reply = 0. |