Skip to content

Commit 45bd576

Browse files
committed
Fix name mistake in comment.
Signed-off-by: Rainer Keller <rainer.keller@hs-esslingen.de>
1 parent 8ecda52 commit 45bd576

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/opal_check_cma.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ AC_DEFUN([OPAL_CHECK_CMA_BACKEND],
4545
[
4646
OPAL_VAR_SCOPE_PUSH([opal_check_cma_need_defs opal_check_cma_kernel_version opal_check_cma_CFLAGS opal_check_cma_msg])
4747

48-
# Some systems have process_cm_readv() in libc, which means CMA is
49-
# supported. Other systems do not have process_cm_readv() in
48+
# Some systems have process_vm_readv() in libc, which means CMA is
49+
# supported. Other systems do not have process_vm_readv() in
5050
# libc, but have support for it in the kernel if we invoke it
5151
# directly. Check for both.
5252
AC_CHECK_HEADERS([sys/prctl.h])

0 commit comments

Comments
 (0)