git: b3fab418301e - main - devctl.h: Spelling typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Nov 2021 09:39:22 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=b3fab418301eaadb3b9ac24f9ff295a84521dc54
commit b3fab418301eaadb3b9ac24f9ff295a84521dc54
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2021-11-24 09:12:35 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2021-11-24 09:37:51 +0000
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 <imp@FreeBSD.org>
*
- * SPDX-License-Idnetifier: BSD-2-Clause
- *
- * $FreeBSD$
- *
+ * SPDX-License-Identifier: BSD-2-Clause
*/
#ifndef _SYS_DEVCTL_H_