diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2020-09-29 02:49:55 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2020-09-29 02:49:55 +0000 |
| commit | dcd0878aaf60a78eb9f164e55373297a2ad5f889 (patch) | |
| tree | 49bc3c5b8122b062caf92adf0f47c78b769b193a /sbin/disklabel | |
| parent | 1d2fa3820cf52bcdacbe74abc426eabf9f2dbd32 (diff) | |
s/parition/partition/
Diffstat (limited to 'sbin/disklabel')
| -rw-r--r-- | sbin/disklabel/main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/disklabel/main.c b/sbin/disklabel/main.c index 1798bfb10ca..e437e8c9fa6 100644 --- a/sbin/disklabel/main.c +++ b/sbin/disklabel/main.c @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.53 2019/08/03 04:21:37 isaki Exp $ */ +/* $NetBSD: main.c,v 1.54 2020/09/29 02:49:55 msaitoh Exp $ */ /* * Copyright (c) 2006 The NetBSD Foundation, Inc. @@ -76,7 +76,7 @@ __COPYRIGHT("@(#) Copyright (c) 1987, 1993\ static char sccsid[] = "@(#)disklabel.c 8.4 (Berkeley) 5/4/95"; /* from static char sccsid[] = "@(#)disklabel.c 1.2 (Symmetric) 11/28/85"; */ #else -__RCSID("$NetBSD: main.c,v 1.53 2019/08/03 04:21:37 isaki Exp $"); +__RCSID("$NetBSD: main.c,v 1.54 2020/09/29 02:49:55 msaitoh Exp $"); #endif #endif /* not lint */ @@ -642,7 +642,7 @@ main(int argc, char *argv[]) #ifndef HAVE_NBTOOL_CONFIG_H /* * If the disklabel has the same location as the native disklabel and - * fewer or equal paritions, we can use the native ioctls. Otherwise + * fewer or equal partitions, we can use the native ioctls. Otherwise * force file/raw access. */ native_p = native_params.labelusesmbr == labelusesmbr |
