Typo fix. - sam - An updated version of the sam text editor.
(HTM) git clone git://vernunftzentrum.de/sam.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 5425a1079217c734be5044956b1a852eb70189a7
(DIR) parent b5668d5579f7adc53f59460210dd1d788782b785
(HTM) Author: Rob King <jking@deadpixi.com>
Date: Fri, 27 May 2016 13:18:54 -0500
Typo fix.
Diffstat:
config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) 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