diff options
Diffstat (limited to 'xlators/encryption/crypt/src/atom.c')
-rw-r--r-- | xlators/encryption/crypt/src/atom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/encryption/crypt/src/atom.c b/xlators/encryption/crypt/src/atom.c index 6d7b351b370..fc90892fae8 100644 --- a/xlators/encryption/crypt/src/atom.c +++ b/xlators/encryption/crypt/src/atom.c @@ -612,7 +612,7 @@ void submit_full(call_frame_t *frame, xlator_t *this) granularity = 1; /* * calculate start offset using cursor value; - * here we should take into accout head block, + * here we should take into account head block, * which corresponds to cursor value 0. */ off_in_file = atom->offset_at(frame, object) + |