From d1f1d3cb4bbc922d3df1b0ea7da2fc84a21a9d4b Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 22 Apr 2023 23:51:01 -0700 Subject: [PATCH] threads.c: fix file comment --- src/threads.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/threads.c b/src/threads.c index 523d8a84..1b1028a0 100644 --- a/src/threads.c +++ b/src/threads.c @@ -1,6 +1,6 @@ /* - * thread.c - Thread, mutex, and condition variable support. Wraps around - * pthreads or Windows native threads. + * threads.c - Thread, mutex, and condition variable support. Wraps around + * pthreads or Windows native threads. */ /* -- 2.43.0