summaryrefslogtreecommitdiffstats
path: root/doc/user-guide
Commit message (Expand)AuthorAgeFilesLines
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-072-12/+12
* fuse: switch off direct I/O mode if big writes are supportedCsaba Henk2009-08-141-1/+2
* update user guide wrt. FUSE requirementsCsaba Henk2009-08-121-8/+34
* removed word "tla" from last of the remaining filesHarshavardhana2009-03-101-11/+5
* now user-guide.info is built only when "makeinfo" foundHarshavardhana2009-03-031-0/+2
* reverting nested locks in posix-locks for inodelkVikas Gorur2009-02-271-59/+58
* updated copyright header to extend copyright upto 2009Basavanagowda Kanur2009-02-261-1/+1
* Added all filesVikas Gorur2009-02-1818-0/+5379
at-summary'>1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/stack.h b/libglusterfs/src/stack.h
index 7165faccaa7..63b14ca467a 100644
--- a/libglusterfs/src/stack.h
+++ b/libglusterfs/src/stack.h
@@ -71,7 +71,7 @@ struct _call_frame_t {
call_stack_t *root; /* stack root */
call_frame_t *parent; /* previous BP */
call_frame_t *next;
- call_frame_t *prev; /* maintainence list */
+ call_frame_t *prev; /* maintenance list */
void *local; /* local variables */
xlator_t *this; /* implicit object */
ret_fn_t ret; /* op_return address */