From: Eric Biggers Date: Sun, 23 Apr 2023 06:51:01 +0000 (-0700) Subject: threads.c: fix file comment X-Git-Tag: v1.14.0~1 X-Git-Url: https://wimlib.net/git/?a=commitdiff_plain;h=d1f1d3cb4bbc922d3df1b0ea7da2fc84a21a9d4b;p=wimlib threads.c: fix file comment --- 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. */ /*