Skip to content

Commit

Permalink
dumprestore.h: Fix typos in source code comments
Browse files Browse the repository at this point in the history
- s/dumpped/dumped/

MFC after:	3 days
  • Loading branch information
gbergling committed Feb 27, 2024
1 parent 04d5a8a commit 8f87d40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/protocols/dumprestore.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ extern union u_spcl {
char c_addr[TP_NINDIR]; /* 1 => data; 0 => hole in inode */
char c_label[LBLSIZE]; /* dump label */
int32_t c_level; /* level of this dump */
char c_filesys[NAMELEN]; /* name of dumpped file system */
char c_dev[NAMELEN]; /* name of dumpped device */
char c_host[NAMELEN]; /* name of dumpped host */
char c_filesys[NAMELEN]; /* name of dumped file system */
char c_dev[NAMELEN]; /* name of dumped device */
char c_host[NAMELEN]; /* name of dumped host */
int32_t c_flags; /* additional information */
int32_t c_old_firstrec; /* first record on volume */
int64_t c_date; /* date of this dump */
Expand Down

0 comments on commit 8f87d40

Please sign in to comment.