From e173394d4fbbfd42b588d7c2427ea30fac98065b Mon Sep 17 00:00:00 2001 From: Tino Reichardt Date: Tue, 16 Jan 2024 21:48:17 +0100 Subject: [PATCH] linux spl: fix typo in top comment of spl-condvar.c Credential Implementation -> Condition Variables Implementation Signed-off-by: Tino Reichardt --- module/os/linux/spl/spl-condvar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/os/linux/spl/spl-condvar.c b/module/os/linux/spl/spl-condvar.c index e87954714e3a..5898789ad53d 100644 --- a/module/os/linux/spl/spl-condvar.c +++ b/module/os/linux/spl/spl-condvar.c @@ -20,7 +20,7 @@ * You should have received a copy of the GNU General Public License along * with the SPL. If not, see . * - * Solaris Porting Layer (SPL) Credential Implementation. + * Solaris Porting Layer (SPL) Condition Variables Implementation. */ #include