summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorBrian Wignall <brianwignall@gmail.com>2021-02-05 09:03:21 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-02-06 09:30:34 -0500
commit3da472f0e78fe5f1068be0cc2b1c0762532da9f9 (patch)
treed88a147c49aa25fff13866de9b87c712213fbd3f /includes
parent9b7dcd80f16efda57e4e51e39d61b55a11c72014 (diff)
downloadhaskell-3da472f0e78fe5f1068be0cc2b1c0762532da9f9.tar.gz
Fix typos
Diffstat (limited to 'includes')
-rw-r--r--includes/rts/FileLock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/rts/FileLock.h b/includes/rts/FileLock.h
index 69df911595..3d8056d7a0 100644
--- a/includes/rts/FileLock.h
+++ b/includes/rts/FileLock.h
@@ -21,7 +21,7 @@
* Instead we keep track of locked files in a data structure in
* the RTS. This file provides the interface to this data structure.
*
- * In the base librarie we then use this interface to "lock" files.
+ * In the base libraries we then use this interface to "lock" files.
* This means it's very much still possible for users outside of the
* rts/base library to open the files in question even if they are
* locked.