about summary refs log tree commit diff stats
path: root/src/luasocket/makefile
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-02-08 18:30:02 -0800
committerKartik K. Agaram <vc@akkartik.com>2022-02-08 18:30:02 -0800
commit3180e3e4fb674c7f7d6a0ab7d9ba08e52838ce32 (patch)
tree51dc31b1e7a3f2a11f5efd694c63a875bc748bdc /src/luasocket/makefile
parentfb251c2819c15d2fd58ca434de6b9636b8dfdce0 (diff)
downloadteliva-3180e3e4fb674c7f7d6a0ab7d9ba08e52838ce32.tar.gz
typo
Diffstat (limited to 'src/luasocket/makefile')
-rw-r--r--src/luasocket/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luasocket/makefile b/src/luasocket/makefile
index 8080115..ceb372f 100644
--- a/src/luasocket/makefile
+++ b/src/luasocket/makefile
@@ -27,7 +27,7 @@ MYCFLAGS?=
 MYLDFLAGS?=
 
 # DEBUG: NODEBUG DEBUG
-# debug mode causes luasocket to collect and returns timing information useful
+# debug mode causes luasocket to collect and return timing information useful
 # for testing and debugging luasocket itself
 DEBUG?=NODEBUG