From 3df7886b6d84d1f134d1f57ae9cac86da0df3310 Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Thu, 27 Sep 2018 13:46:09 +0900 Subject: [PATCH] Fixes a spelling and some minor formatting. Change-Id: Ie6a0f4706eae8cf87335aaeabec2b66050109ef0 --- meson_options.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meson_options.txt b/meson_options.txt index c2c548f..f1463c8 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,32 +1,32 @@ option('test', type: 'boolean', value: false, - description: 'enable unit test') + description: 'Enable building unit tests') option('example', type: 'boolean', value: true, - description: 'enable example') + description: 'Enable building examples') option('text', type: 'boolean', value: false, - description: 'enable text module') + description: 'Enable text module') option('asan', type: 'boolean', value: false, - description: 'enable adress sanitizer') + description: 'Enable address sanitizer') option('msan', type: 'boolean', value: false, - description: 'enable memory sanitizer') + description: 'Enable memory sanitizer') option('tsan', type: 'boolean', value: false, - description: 'enable thread sanitizer') + description: 'Enable thread sanitizer') -- 2.7.4