From b3fab418301eaadb3b9ac24f9ff295a84521dc54 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 24 Nov 2021 02:12:35 -0700 Subject: [PATCH] devctl.h: Spelling typo Spell identifier correctly. While I'm here, further simplify. Fixes: ee2c52fd3fd9 Sponsored by: Netflix --- sys/sys/devctl.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sys/sys/devctl.h b/sys/sys/devctl.h index 2cf84e420874..b72cd28dfce8 100644 --- a/sys/sys/devctl.h +++ b/sys/sys/devctl.h @@ -1,10 +1,7 @@ /*- * Copyright 2020 M. Warner Losh * - * SPDX-License-Idnetifier: BSD-2-Clause - * - * $FreeBSD$ - * + * SPDX-License-Identifier: BSD-2-Clause */ #ifndef _SYS_DEVCTL_H_