mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Fix a typo.
This commit is contained in:
parent
cad27a894a
commit
f0b146acc4
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ dnl Custom macro definitions.
|
|||
dnl JE_CONCAT_VVV(r, a, b)
|
||||
dnl
|
||||
dnl Set $r to the concatenation of $a and $b, with a space separating them iff
|
||||
dnl both $a and $b are non-emty.
|
||||
dnl both $a and $b are non-empty.
|
||||
AC_DEFUN([JE_CONCAT_VVV],
|
||||
if test "x[$]{$2}" = "x" -o "x[$]{$3}" = "x" ; then
|
||||
$1="[$]{$2}[$]{$3}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue