From: Erez_Zadok Date: Tue, 17 Jul 2007 03:35:19 +0000 (-0400) Subject: Unionfs: fix small typo in comment X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=bd716758f83f95674c9fd3d63c55d049945cd49e;p=unionfs-3.2.y.git Unionfs: fix small typo in comment Signed-off-by: Erez Zadok --- diff --git a/fs/unionfs/fanout.h b/fs/unionfs/fanout.h index 4db153119777..e7407f0ec93d 100644 --- a/fs/unionfs/fanout.h +++ b/fs/unionfs/fanout.h @@ -62,7 +62,7 @@ static inline void new_branch_id(struct super_block *sb, int index) } /* - * Find new index of matching branch with an existing superblock a a known + * Find new index of matching branch with an existing superblock of a known * (possibly old) id. This is needed because branches could have been * added/deleted causing the branches of any open files to shift. *