aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-05-08 17:44:32 +0200
committerMattias Andrée <maandree@kth.se>2016-05-08 17:44:32 +0200
commite59c5e3120b30addac913d253160ef09c43bab27 (patch)
tree4e8c660e49f52d453e5476a1a9e3456fa61d29e5 /INSTALL
parentImprove makefile (diff)
downloadlibzahl-e59c5e3120b30addac913d253160ef09c43bab27.tar.gz
libzahl-e59c5e3120b30addac913d253160ef09c43bab27.tar.bz2
libzahl-e59c5e3120b30addac913d253160ef09c43bab27.tar.xz
Fix typos found by Marc
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index a907afb..6e1160b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -32,7 +32,7 @@ before including <zahl.h> in your program.
libzahl contains some (very little) assembly code. In the event
that the used instructions are not supported on your machine, please
report it, and in the meanwhile add -DZAHL_NO_ASM to CPPFLAGS. You
-make also have to do this if you are compiling with a compiler that
+may also have to do this if you are compiling with a compiler that
does not support extended inline assembly. You may also have to add
#define ZAHL_NO_ASM
to your program before includeing <zahl.h>