diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-12-24 10:06:36 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-12-24 10:06:36 +0000 |
commit | 153807970c24e7b0931c8074c0f569bf46bf0d17 (patch) | |
tree | 4f74151819df9f443088f2f76f27d905f76a2cd5 /sbin/disklabel/editor.c | |
parent | 688da80de7de199a04f9d02645c5aa4d4d39c590 (diff) |
spelling fixes, from Brad Tilley; we will not fix src/sbin/dump/dump.h
as neither arrayified not arrayfied exist -- sanctioned dictionaries
like Merriam-Webster ones suggest a few alternatives (e.g., arrayed),
however these made up words are easy to understand and we are not
certain that current ones are not ok.
ok jmc@
Diffstat (limited to 'sbin/disklabel/editor.c')
-rw-r--r-- | sbin/disklabel/editor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/disklabel/editor.c b/sbin/disklabel/editor.c index 2c2e62547f4..cdb47cb4ca4 100644 --- a/sbin/disklabel/editor.c +++ b/sbin/disklabel/editor.c @@ -1,4 +1,4 @@ -/* $OpenBSD: editor.c,v 1.224 2009/11/12 16:21:03 deraadt Exp $ */ +/* $OpenBSD: editor.c,v 1.225 2009/12/24 10:06:35 sobrado Exp $ */ /* * Copyright (c) 1997-2000 Todd C. Miller <Todd.Miller@courtesan.com> @@ -715,7 +715,7 @@ editor_add(struct disklabel *lp, char *p) /* * Increase d_npartitions if necessary. Ensure all new partitions are - * zero'ed to avoid inadvertant overlaps. + * zero'ed to avoid inadvertent overlaps. */ for(; lp->d_npartitions <= partno; lp->d_npartitions++) memset(&lp->d_partitions[lp->d_npartitions], 0, sizeof(*pp)); |