From: Andreas Beckmann Date: Mon, 10 Oct 2016 11:38:39 +0000 (+0100) Subject: fix typos found by lintian X-Git-Tag: archive/raspbian/1.6-3+rpi1~1^2^2^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ec4684208e97c67da2d8687633a8a1d5c7e367ef;p=pocl.git fix typos found by lintian Gbp-Pq: Name typos.patch --- diff --git a/CMakeLists.txt b/CMakeLists.txt index df52f5d..7f3a716 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -223,7 +223,7 @@ endif() ###################################################################################### -# if variable FEATURE_X isnt defined, sets it to DEFAULT_FEATURE_X; +# if variable FEATURE_X isn't defined, sets it to DEFAULT_FEATURE_X; # also, if DEFAULT_FEATURE_X is 0, prevents FEATURE_X being 1 # since it takes DEFAULT_FEATURE_X=0 to mean "FEATURE_X is unavailable" macro(setup_cached_var VARNAME DESCRIPTION DOCS_FEATURE_IS_UNAVAILABLE DOCS_REQUESTED_DISABLING_FEATURE) diff --git a/lib/CL/clBuildProgram.c b/lib/CL/clBuildProgram.c index de44434..bfde171 100644 --- a/lib/CL/clBuildProgram.c +++ b/lib/CL/clBuildProgram.c @@ -153,7 +153,7 @@ CL_API_SUFFIX__VERSION_1_0 } else if (strstr (cl_parameters_not_yet_supported_by_clang, token)) { - APPEND_TO_MAIN_BUILD_LOG("Build option isnt yet supported by clang: %s\n", token); + APPEND_TO_MAIN_BUILD_LOG("Build option isn't yet supported by clang: %s\n", token); token = strtok_r (NULL, " ", &saveptr); continue; }