summaryrefslogtreecommitdiff
path: root/modules/calloc-gnu
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-01-26 23:00:41 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2022-01-26 23:01:09 -0800
commit78596ab7d0156b500ca2e8987ba22702b3ce0d2c (patch)
tree3f9c60281420586785fc05e7c0d6baaf333a0250 /modules/calloc-gnu
parent364c5ba2e40d17e98cc66021ef893e30a009068b (diff)
downloadgnulib-78596ab7d0156b500ca2e8987ba22702b3ce0d2c.tar.gz
calloc-gnu: fix misspelling in 2022-01-03 patch
Problem reported by Thien-Thi Nguyen in: https://lists.gnu.org/r/bug-gnulib/2022-01/msg00170.html * modules/calloc-gnu (Depends-on): * modules/calloc-posix (Depends-on): Fix misspelling of REPLACE_CALLOC_FOR_CALLOC_POSIX.
Diffstat (limited to 'modules/calloc-gnu')
-rw-r--r--modules/calloc-gnu2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/calloc-gnu b/modules/calloc-gnu
index 037345bad2..278df7325e 100644
--- a/modules/calloc-gnu
+++ b/modules/calloc-gnu
@@ -7,7 +7,7 @@ m4/calloc.m4
Depends-on:
calloc-posix
-xalloc-oversized [test $REPLACE_REALLOC_FOR_CALLOC_GNU = 1]
+xalloc-oversized [test $REPLACE_CALLOC_FOR_CALLOC_GNU = 1]
configure.ac:
gl_FUNC_CALLOC_GNU