about summary refs log tree commit diff
path: root/config.mk.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk.in')
-rw-r--r--config.mk.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk.in b/config.mk.in
index ee692332..05cb45d4 100644
--- a/config.mk.in
+++ b/config.mk.in
@@ -282,7 +282,7 @@ LDSHLIB = -shared -Wl,-soname,$(SONAME)
 #LDSHLIB=-dynamiclib
 #LDSHLIB=-dynamiclib -install_name $(NETPBMLIB_RUNTIME_PATH)/libnetpbm.$(MAJ).dylib
 
-# LDRELOC is the command to combine two .o files (relocateable object files)
+# LDRELOC is the command to combine two .o files (relocatable object files)
 # into a single .o file that can later be linked into something else.  NONE
 # means no such command is available.