diff options
Diffstat (limited to 'api/src/glfs-internal.h')
| -rw-r--r-- | api/src/glfs-internal.h | 11 | 
1 files changed, 6 insertions, 5 deletions
diff --git a/api/src/glfs-internal.h b/api/src/glfs-internal.h index 4416b78650f..52048f4592d 100644 --- a/api/src/glfs-internal.h +++ b/api/src/glfs-internal.h @@ -170,11 +170,12 @@ struct glfs {                                              * progress */  	xlator_t           *next_subvol;   /* Any new graph is put to                                              * next_subvol, the graph in -                                            * next_subvol can either be move to -                                            * mip_subvol (if any IO picks it up -                                            * for migration), or be detroyed (if -                                            * there is a new graph, and this was -                                            * never picked for migration) */ +                                            * next_subvol can either be moved +                                            * to mip_subvol (if any IO picks it +                                            * up for migration), or be +                                            * destroyed (if there is a new +                                            * graph, and this was never picked +                                            * for migration) */  	xlator_t           *old_subvol;  	char               *oldvolfile;  | 
