aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/ext2fs/brel.h
diff options
context:
space:
mode:
Diffstat (limited to 'e2fsprogs/ext2fs/brel.h')
-rw-r--r--e2fsprogs/ext2fs/brel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/e2fsprogs/ext2fs/brel.h b/e2fsprogs/ext2fs/brel.h
index be97243ca..a7f977658 100644
--- a/e2fsprogs/ext2fs/brel.h
+++ b/e2fsprogs/ext2fs/brel.h
@@ -1,6 +1,6 @@
1/* 1/*
2 * brel.h 2 * brel.h
3 * 3 *
4 * Copyright (C) 1996, 1997 Theodore Ts'o. 4 * Copyright (C) 1996, 1997 Theodore Ts'o.
5 * 5 *
6 * %Begin-Header% 6 * %Begin-Header%
@@ -47,7 +47,7 @@ struct ext2_block_relocation_table {
47 * Initialize for iterating over the block relocation entries. 47 * Initialize for iterating over the block relocation entries.
48 */ 48 */
49 errcode_t (*start_iter)(ext2_brel brel); 49 errcode_t (*start_iter)(ext2_brel brel);
50 50
51 /* 51 /*
52 * The iterator function for the inode relocation entries. 52 * The iterator function for the inode relocation entries.
53 * Returns an inode number of 0 when out of entries. 53 * Returns an inode number of 0 when out of entries.