From 73e56ff032e6afaff78734fb9958b6f3a2ece719 Mon Sep 17 00:00:00 2001 From: Oliver Sander Date: Fri, 12 Jul 2019 14:45:14 +0200 Subject: [PATCH] Fix copy'n'paste bug in inline comment --- config-okular.h.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-okular.h.cmake b/config-okular.h.cmake index 0caea358a..b999a1c39 100644 --- a/config-okular.h.cmake +++ b/config-okular.h.cmake @@ -4,6 +4,6 @@ /* Defines if the purpose framework is available */ #define PURPOSE_FOUND ${PURPOSE_FOUND} -/* Defines if the purpose framework is available */ +/* Defines whether the malloc_trim method from malloc.h is available */ #cmakedefine01 HAVE_MALLOC_TRIM