Typo fix. - sam - An updated version of the sam text editor. | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 5425a1079217c734be5044956b1a852eb70189a7 | |
parent b5668d5579f7adc53f59460210dd1d788782b785 | |
Author: Rob King <[email protected]> | |
Date: Fri, 27 May 2016 13:18:54 -0500 | |
Typo fix. | |
Diffstat: | |
config.mk | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/config.mk b/config.mk | |
@@ -11,7 +11,7 @@ BINDIR?=$(DESTDIR)/bin | |
MANDIR?=$(DESTDIR)/share/man/man1 | |
# USE64BITS should be 1 for little-endian architectures with 64-bit pointers, | |
-# 2 for big-endian architectures with 64-bit pointers, and 0 otherwisew. | |
+# 2 for big-endian architectures with 64-bit pointers, and 0 otherwise. | |
# x86_64 systems would generally use 1 here, while DEC Alpha systems would | |
# generally use 2. | |
USE64BITS?=1 |