mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 03:49:02 +00:00
dumprestore.h: Fix typos in source code comments
- s/dumpped/dumped/
(cherry picked from commit 8f87d402e3
)
This commit is contained in:
parent
4d8cc5b78f
commit
cdadccec76
@ -116,9 +116,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 */
|
||||
|
Loading…
Reference in New Issue
Block a user