From: Ran Benita Date: Fri, 8 Feb 2019 10:29:27 +0000 (+0200) Subject: meson: make comment make sense now X-Git-Tag: xkbcommon-0.8.3~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=caddfdb0ad22c1679bc6acd22fc92f4328856dc3;p=platform%2Fupstream%2Flibxkbcommon.git meson: make comment make sense now Signed-off-by: Ran Benita --- diff --git a/meson.build b/meson.build index e10dd13..d113cfd 100644 --- a/meson.build +++ b/meson.build @@ -274,7 +274,7 @@ test_env.set('MALLOC_PERTURB_', '15') test_env.set('MallocPreScribble', '1') test_env.set('MallocScribble', '1') # Some tests need to use unexported symbols, so we link them against -# the internal copy of libxkbcommon with all symbols exposed. +# an internal copy of libxkbcommon with all symbols exposed. libxkbcommon_test_internal = static_library( 'xkbcommon-test-internal', 'test/common.c',