aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2024-02-27 12:49:21 +0000
committerGordon Bergling <gbe@FreeBSD.org>2024-02-27 12:49:21 +0000
commit8f87d402e32178974038212fbf4b1564447df0e0 (patch)
treeb8a8f3ce9aa44d976f4455f7395b4150ca8b86ca
parent04d5a8ae04013fd34e3bde5e401b6eaff46ac9c2 (diff)
downloadsrc-8f87d402e32178974038212fbf4b1564447df0e0.tar.gz
src-8f87d402e32178974038212fbf4b1564447df0e0.zip
dumprestore.h: Fix typos in source code comments
- s/dumpped/dumped/ MFC after: 3 days
-rw-r--r--include/protocols/dumprestore.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/protocols/dumprestore.h b/include/protocols/dumprestore.h
index 4a1f0ec1ed52..3964e26d2a7b 100644
--- a/include/protocols/dumprestore.h
+++ b/include/protocols/dumprestore.h
@@ -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 */