hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/fs/reiserfs/dir.c
....@@ -289,7 +289,7 @@
289289
290290 /* direntry header of "." */
291291 put_deh_offset(dot, DOT_OFFSET);
292
- /* these two are from make_le_item_head, and are are LE */
292
+ /* these two are from make_le_item_head, and are LE */
293293 dot->deh_dir_id = dirid;
294294 dot->deh_objectid = objid;
295295 dot->deh_state = 0; /* Endian safe if 0 */
....@@ -299,7 +299,7 @@
299299 /* direntry header of ".." */
300300 put_deh_offset(dotdot, DOT_DOT_OFFSET);
301301 /* key of ".." for the root directory */
302
- /* these two are from the inode, and are are LE */
302
+ /* these two are from the inode, and are LE */
303303 dotdot->deh_dir_id = par_dirid;
304304 dotdot->deh_objectid = par_objid;
305305 dotdot->deh_state = 0; /* Endian safe if 0 */
....@@ -323,7 +323,7 @@
323323
324324 /* direntry header of "." */
325325 put_deh_offset(dot, DOT_OFFSET);
326
- /* these two are from make_le_item_head, and are are LE */
326
+ /* these two are from make_le_item_head, and are LE */
327327 dot->deh_dir_id = dirid;
328328 dot->deh_objectid = objid;
329329 dot->deh_state = 0; /* Endian safe if 0 */
....@@ -333,7 +333,7 @@
333333 /* direntry header of ".." */
334334 put_deh_offset(dotdot, DOT_DOT_OFFSET);
335335 /* key of ".." for the root directory */
336
- /* these two are from the inode, and are are LE */
336
+ /* these two are from the inode, and are LE */
337337 dotdot->deh_dir_id = par_dirid;
338338 dotdot->deh_objectid = par_objid;
339339 dotdot->deh_state = 0; /* Endian safe if 0 */