git: eddcbd3b5b7e - stable/13 - sys/sys/cpuset.h: Fix typo in source file
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Jan 2022 18:10:31 UTC
The branch stable/13 has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=eddcbd3b5b7e8985383cc7b4db6968868e3d1f40
commit eddcbd3b5b7e8985383cc7b4db6968868e3d1f40
Author: Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-12-30 12:14:43 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2022-01-14 16:17:30 +0000
sys/sys/cpuset.h: Fix typo in source file
(cherry picked from commit b78860f96c82b0c65fe8737a346d8afe74d54ada)
---
sys/sys/_cpuset.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/sys/_cpuset.h b/sys/sys/_cpuset.h
index fb39420238c8..b75ee595da3c 100644
--- a/sys/sys/_cpuset.h
+++ b/sys/sys/_cpuset.h
@@ -1,4 +1,4 @@
-#/*-
+/*-
* SPDX-License-Identifier: BSD-2-Clause-FreeBSD
*
* Copyright (c) 2008, Jeffrey Roberson <jeff@freebsd.org>