From acd6e620916954483f14fb19e66715b2f7385d74 Mon Sep 17 00:00:00 2001 From: kn Date: Wed, 26 Apr 2023 18:04:21 +0000 Subject: [PATCH] Fix confusing comments, no object change; with caspar --- usr.sbin/installboot/efi_installboot.c | 4 ++-- usr.sbin/installboot/i386_installboot.c | 4 ++-- usr.sbin/installboot/macppc_installboot.c | 4 ++-- usr.sbin/installboot/octeon_installboot.c | 4 ++-- usr.sbin/installboot/powerpc64_installboot.c | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/usr.sbin/installboot/efi_installboot.c b/usr.sbin/installboot/efi_installboot.c index 99f12e7c424..39811b2e2c5 100644 --- a/usr.sbin/installboot/efi_installboot.c +++ b/usr.sbin/installboot/efi_installboot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: efi_installboot.c,v 1.9 2022/11/22 14:37:58 kn Exp $ */ +/* $OpenBSD: efi_installboot.c,v 1.10 2023/04/26 18:04:21 kn Exp $ */ /* $NetBSD: installboot.c,v 1.5 1995/11/17 23:23:50 gwr Exp $ */ /* @@ -152,7 +152,7 @@ create_filesystem(struct disklabel *dl, char part) char cmd[60]; int rslt; - /* Mount . as msdos filesystem. */ + /* Newfs . as msdos filesystem. */ memset(&args, 0, sizeof(args)); rslt = asprintf(&args.fspec, "%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx.%c", diff --git a/usr.sbin/installboot/i386_installboot.c b/usr.sbin/installboot/i386_installboot.c index 8ecb5ba151f..110530186c3 100644 --- a/usr.sbin/installboot/i386_installboot.c +++ b/usr.sbin/installboot/i386_installboot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: i386_installboot.c,v 1.44 2022/11/06 12:33:41 krw Exp $ */ +/* $OpenBSD: i386_installboot.c,v 1.45 2023/04/26 18:04:21 kn Exp $ */ /* $NetBSD: installboot.c,v 1.5 1995/11/17 23:23:50 gwr Exp $ */ /* @@ -252,7 +252,7 @@ create_filesystem(struct disklabel *dl, char part) char cmd[60]; int rslt; - /* Mount . as msdos filesystem. */ + /* Newfs . as msdos filesystem. */ memset(&args, 0, sizeof(args)); rslt = asprintf(&args.fspec, "%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx.%c", diff --git a/usr.sbin/installboot/macppc_installboot.c b/usr.sbin/installboot/macppc_installboot.c index bf31dbfb89a..730b85b6de7 100644 --- a/usr.sbin/installboot/macppc_installboot.c +++ b/usr.sbin/installboot/macppc_installboot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: macppc_installboot.c,v 1.10 2022/11/06 20:03:49 krw Exp $ */ +/* $OpenBSD: macppc_installboot.c,v 1.11 2023/04/26 18:04:21 kn Exp $ */ /* * Copyright (c) 2011 Joel Sing @@ -123,7 +123,7 @@ create_filesystem(struct disklabel *dl, char part) char cmd[60]; int rslt; - /* Mount . as msdos filesystem. */ + /* Newfs . as msdos filesystem. */ memset(&args, 0, sizeof(args)); rslt = asprintf(&args.fspec, "%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx.%c", diff --git a/usr.sbin/installboot/octeon_installboot.c b/usr.sbin/installboot/octeon_installboot.c index 184129cae78..46d6d140037 100644 --- a/usr.sbin/installboot/octeon_installboot.c +++ b/usr.sbin/installboot/octeon_installboot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: octeon_installboot.c,v 1.10 2022/11/06 20:03:49 krw Exp $ */ +/* $OpenBSD: octeon_installboot.c,v 1.11 2023/04/26 18:04:21 kn Exp $ */ /* * Copyright (c) 2011 Joel Sing @@ -123,7 +123,7 @@ create_filesystem(struct disklabel *dl, char part) char cmd[60]; int rslt; - /* Mount . as msdos filesystem. */ + /* Newfs . as msdos filesystem. */ memset(&args, 0, sizeof(args)); rslt = asprintf(&args.fspec, "%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx.%c", diff --git a/usr.sbin/installboot/powerpc64_installboot.c b/usr.sbin/installboot/powerpc64_installboot.c index c4765ab0c0d..32231e4951c 100644 --- a/usr.sbin/installboot/powerpc64_installboot.c +++ b/usr.sbin/installboot/powerpc64_installboot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: powerpc64_installboot.c,v 1.8 2022/11/06 12:33:41 krw Exp $ */ +/* $OpenBSD: powerpc64_installboot.c,v 1.9 2023/04/26 18:04:21 kn Exp $ */ /* * Copyright (c) 2011 Joel Sing @@ -130,7 +130,7 @@ create_filesystem(struct disklabel *dl, char part) char cmd[60]; int rslt; - /* Mount . as msdos filesystem. */ + /* Newfs . as msdos filesystem. */ memset(&args, 0, sizeof(args)); rslt = asprintf(&args.fspec, "%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx.%c", -- 2.20.1