git: b78860f96c82 - main - sys/sys/cpuset.h
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Dec 2021 12:16:41 UTC
The branch main has been updated by se:
URL: https://cgit.FreeBSD.org/src/commit/?id=b78860f96c82b0c65fe8737a346d8afe74d54ada
commit b78860f96c82b0c65fe8737a346d8afe74d54ada
Author: Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-12-30 12:14:43 +0000
Commit: Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-12-30 12:14:43 +0000
sys/sys/cpuset.h
Fix typo in source file.
Reported by: pluknet at gmail.com (Sergey Kandaurov)
---
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>