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=9c72503edf6de26828e2defa72cc98413a308c42;p=unionfs-3.8.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 4db15311977..e7407f0ec93 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. *