diff options
Diffstat (limited to 'libglusterfs/src/fd.c')
-rw-r--r-- | libglusterfs/src/fd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/fd.c b/libglusterfs/src/fd.c index 2d50aa62e42..613f9017b0d 100644 --- a/libglusterfs/src/fd.c +++ b/libglusterfs/src/fd.c @@ -45,7 +45,7 @@ gf_fd_chain_fd_entries (fdentry_t *entries, uint32_t startidx, for (i = startidx; i < (endcount - 1); i++) entries[i].next_free = i + 1; - /* i has already been incremented upto the last entry. */ + /* i has already been incremented up to the last entry. */ entries[i].next_free = GF_FDTABLE_END; return 0; |