git: 7d900907c8cf - main - bhyve/arm64: Tidy up a licence comment

From: Andrew Turner <andrew_at_FreeBSD.org>
Date: Thu, 07 Aug 2025 16:42:38 UTC
The branch main has been updated by andrew:

URL: https://cgit.FreeBSD.org/src/commit/?id=7d900907c8cf06f1c2da7fefec4f872b9285aa38

commit 7d900907c8cf06f1c2da7fefec4f872b9285aa38
Author:     Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2025-08-07 10:45:38 +0000
Commit:     Andrew Turner <andrew@FreeBSD.org>
CommitDate: 2025-08-07 11:30:59 +0000

    bhyve/arm64: Tidy up a licence comment
    
    Remove an unneeded dash and add a missing space
    
    Reported by:    des (missing space)
    Sponsored by:   Arm Ltd
---
 usr.sbin/bhyve/aarch64/bhyve_machdep.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/usr.sbin/bhyve/aarch64/bhyve_machdep.h b/usr.sbin/bhyve/aarch64/bhyve_machdep.h
index 9e01d906ad4d..e487bb5a0f44 100644
--- a/usr.sbin/bhyve/aarch64/bhyve_machdep.h
+++ b/usr.sbin/bhyve/aarch64/bhyve_machdep.h
@@ -1,8 +1,8 @@
-/*-
+/*
  * Copyright (c) 2025 Arm Ltd
  *
  * SPDX-License-Identifier: BSD-2-Clause
-*/
+ */
 
 #ifndef _BHYVE_MACHDEP_H_
 #define	_BHYVE_MACHDEP_H_