]> wimlib.net Git - wimlib/commitdiff
threads.c: fix file comment
authorEric Biggers <ebiggers3@gmail.com>
Sun, 23 Apr 2023 06:51:01 +0000 (23:51 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 23 Apr 2023 06:51:01 +0000 (23:51 -0700)
src/threads.c

index 523d8a8472194655b03731dac5ed938634b518a1..1b1028a0ff3ee4e43598bb433deae279f19f86b5 100644 (file)
@@ -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.
  */
 
 /*