From 153807970c24e7b0931c8074c0f569bf46bf0d17 Mon Sep 17 00:00:00 2001 From: Igor Sobrado Date: Thu, 24 Dec 2009 10:06:36 +0000 Subject: 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@ --- sbin/disklabel/editor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin/disklabel/editor.c') 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 @@ -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)); -- cgit v1.2.3