summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@alum.mit.edu>2015-03-07 22:02:49 -0500
committerSteven G. Johnson <stevenj@alum.mit.edu>2015-03-07 22:02:49 -0500
commit50381b951a2b156c1c236c77d34ac0fddbc0ea46 (patch)
tree1ee87ba5023bc49acb62c94e0989a12f69168be7 /Makefile
parenta4d707b593052d70d1c24a555458eac81ed28044 (diff)
downloadlibutf8proc-50381b951a2b156c1c236c77d34ac0fddbc0ea46.tar.gz
libutf8proc-50381b951a2b156c1c236c77d34ac0fddbc0ea46.tar.bz2
comment typos
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f6f2fb8..99571e3 100644
--- a/Makefile
+++ b/Makefile
@@ -12,10 +12,10 @@ INSTALL=install
cflags = -O2 -std=c99 -pedantic -Wall -fpic -DUTF8PROC_EXPORTS $(CFLAGS)
cc = $(CC) $(cflags)
-# shared-library version MAJOR.MINOR.RELEASE ... this may be *different*
+# shared-library version MAJOR.MINOR.PATCH ... this may be *different*
# from the utf8proc version number because it indicates ABI compatibility,
# not API compatibility: MAJOR should be incremented whenever *binary*
-# compatibility is broken, even if the API is backward-compatibile
+# compatibility is broken, even if the API is backward-compatible
MAJOR=1
MINOR=2
PATCH=0