| .. | .. |
|---|
| 289 | 289 | |
|---|
| 290 | 290 | /* direntry header of "." */ |
|---|
| 291 | 291 | 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 */ |
|---|
| 293 | 293 | dot->deh_dir_id = dirid; |
|---|
| 294 | 294 | dot->deh_objectid = objid; |
|---|
| 295 | 295 | dot->deh_state = 0; /* Endian safe if 0 */ |
|---|
| .. | .. |
|---|
| 299 | 299 | /* direntry header of ".." */ |
|---|
| 300 | 300 | put_deh_offset(dotdot, DOT_DOT_OFFSET); |
|---|
| 301 | 301 | /* 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 */ |
|---|
| 303 | 303 | dotdot->deh_dir_id = par_dirid; |
|---|
| 304 | 304 | dotdot->deh_objectid = par_objid; |
|---|
| 305 | 305 | dotdot->deh_state = 0; /* Endian safe if 0 */ |
|---|
| .. | .. |
|---|
| 323 | 323 | |
|---|
| 324 | 324 | /* direntry header of "." */ |
|---|
| 325 | 325 | 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 */ |
|---|
| 327 | 327 | dot->deh_dir_id = dirid; |
|---|
| 328 | 328 | dot->deh_objectid = objid; |
|---|
| 329 | 329 | dot->deh_state = 0; /* Endian safe if 0 */ |
|---|
| .. | .. |
|---|
| 333 | 333 | /* direntry header of ".." */ |
|---|
| 334 | 334 | put_deh_offset(dotdot, DOT_DOT_OFFSET); |
|---|
| 335 | 335 | /* 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 */ |
|---|
| 337 | 337 | dotdot->deh_dir_id = par_dirid; |
|---|
| 338 | 338 | dotdot->deh_objectid = par_objid; |
|---|
| 339 | 339 | dotdot->deh_state = 0; /* Endian safe if 0 */ |
|---|