summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2023-03-01 22:26:50 +0700
committerIvan Maidanski <ivmai@mail.ru>2023-03-01 18:47:41 +0300
commit08e4906d36f88af1073bcde7bee77c201fd20c2c (patch)
tree3c720a7145b34b42827a76c330f3de4b875fb0b3 /configure.ac
parent1a8160ea8e3aec6e673dc1cd121cde60d5c7f396 (diff)
downloadbdwgc-08e4906d36f88af1073bcde7bee77c201fd20c2c.tar.gz
Fix typo in GC_USE_DLOPEN_WRAP description in configure
(fix of commit 542295dc5) * configure.ac [enable_redirect_malloc] (GC_USE_DLOPEN_WRAP): Fix a typo in message ("original").
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7ba0a7bb..16ebfad1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -934,7 +934,7 @@ if test "${enable_redirect_malloc}" = yes; then
AC_DEFINE([GC_USE_DLOPEN_WRAP], 1,
[Define to cause the collector to redefine malloc and
intercepted pthread routines with their real names while using
- dlsym to refer to the orignal routines.])
+ dlsym to refer to the original routines.])
fi
AC_ARG_ENABLE(disclaim,