]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/reiserfs/bitmap.c
tree-wide: Assorted spelling fixes
[net-next-2.6.git] / fs / reiserfs / bitmap.c
index 65c872761177e10d5b074d97800e5245208c9fe1..ecc04b5ede574108f3158755749baf13c4c0456f 100644 (file)
@@ -169,7 +169,7 @@ static int scan_bitmap_block(struct reiserfs_transaction_handle *th,
                        return 0;       // No free blocks in this bitmap
                }
 
-               /* search for a first zero bit -- beggining of a window */
+               /* search for a first zero bit -- beginning of a window */
                *beg = reiserfs_find_next_zero_le_bit
                    ((unsigned long *)(bh->b_data), boundary, *beg);