From 51a78ad316975763d45c11affa571892e03643e8 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Tue, 15 Nov 2011 14:44:24 -0800 Subject: glusterfs: An effort to fix all the spell mistakes and typo in the entire glusterfs codebase. This patch fixes many of spell mistakes and typo in the entire glusterfs codebase and all supported modules. Change-Id: I83238a41aa08118df3cf4d1d605505dd3cda35a1 BUG: 3809 Signed-off-by: Harshavardhana Reviewed-on: http://review.gluster.com/731 Tested-by: Gluster Build System Reviewed-by: Amar Tumballi Reviewed-by: Vijay Bellur --- xlators/mount/fuse/src/fuse-bridge.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xlators/mount/fuse/src/fuse-bridge.c') diff --git a/xlators/mount/fuse/src/fuse-bridge.c b/xlators/mount/fuse/src/fuse-bridge.c index 1393a47a..62726b38 100644 --- a/xlators/mount/fuse/src/fuse-bridge.c +++ b/xlators/mount/fuse/src/fuse-bridge.c @@ -562,7 +562,7 @@ fuse_fd_cbk (call_frame_t *frame, void *cookie, xlator_t *this, * is left intact upon open, setting * FOPEN_PURGE_UBC implies purge * - * [[Innnnteresting...]] + * [[Interesting...]] */ foo.open_flags |= FOPEN_PURGE_UBC; #endif @@ -3168,7 +3168,7 @@ fuse_thread_proc (void *data) iobuf = iobuf_get (this->ctx->iobuf_pool); /* Add extra 128 byte to the first iov so that it can - * accomodate "ordinary" non-write requests. It's not + * accommodate "ordinary" non-write requests. It's not * guaranteed to be big enough, as SETXATTR and namespace * operations with very long names may grow behind it, * but it's good enough in most cases (and we can handle -- cgit