diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-03-31 22:08:33 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-03-31 22:08:33 +0000 |
commit | 1305943f96274a71a5ef7c08441861e071414ce1 (patch) | |
tree | a689c5fb49144285f8365d9f719926392f1699ac /include/protocols | |
parent | 2d0e52ad298163143ca271ad802c8319f7e50f77 (diff) |
dumped is really spelled with one p and not two
from Daniel Lucq
Diffstat (limited to 'include/protocols')
-rw-r--r-- | include/protocols/dumprestore.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/protocols/dumprestore.h b/include/protocols/dumprestore.h index 7ab3a1c0dad..6e61c01ddf4 100644 --- a/include/protocols/dumprestore.h +++ b/include/protocols/dumprestore.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dumprestore.h,v 1.6 2003/08/25 23:28:34 tedu Exp $ */ +/* $OpenBSD: dumprestore.h,v 1.7 2004/03/31 22:08:32 henning Exp $ */ /* $NetBSD: dumprestore.h,v 1.6 1994/10/26 00:56:49 cgd Exp $ */ /* @@ -81,9 +81,9 @@ 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_firstrec; /* first record on volume */ int32_t c_spare[32]; /* reserved for future uses */ |