diff options
Diffstat (limited to 'rpc/xdr')
-rw-r--r-- | rpc/xdr/src/glusterfs3.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rpc/xdr/src/glusterfs3.h b/rpc/xdr/src/glusterfs3.h index 550b9a3ceb8..5e19f5e0133 100644 --- a/rpc/xdr/src/glusterfs3.h +++ b/rpc/xdr/src/glusterfs3.h @@ -725,7 +725,8 @@ dict_to_xdr (dict_t *this, gfx_dict *dict) /* This is done for backward compatibility as dict is heavily used for transporting data over wire. - Ideally, whereever there is an issue, fix and move on */ + Ideally, wherever there is an issue, fix and + move on */ xpair->value.gfx_value_u.other.other_val = dpair->value->data; xpair->value.gfx_value_u.other.other_len = |