]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - fs/reiserfs/bitmap.c
Merge branch 'topic/core-cleanup' into for-linus
[mv-sheeva.git] / fs / reiserfs / bitmap.c
index dc014f7def0523869e970574c722473d74f1e316..483442e66ed6d2066869fa770ec63c6808a3b283 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);