From b2eba7f307d5ae634ff41bd88d5bd1659466d82d Mon Sep 17 00:00:00 2001 From: ramelg01 Date: Thu, 23 Dec 2021 08:32:08 +0000 Subject: Replacing non-inclusive terms with proper terms Partially-Resolves: COMPMID-4854 Signed-off-by: Ramy Elgammal Change-Id: Ic9757c89878b9b5a89680b5344de657f676c7bf2 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6859 Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Gunes Bayir --- src/core/CL/OpenCL.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/CL/OpenCL.cpp') diff --git a/src/core/CL/OpenCL.cpp b/src/core/CL/OpenCL.cpp index d8c2736ef7..d5034ba8fa 100644 --- a/src/core/CL/OpenCL.cpp +++ b/src/core/CL/OpenCL.cpp @@ -163,7 +163,7 @@ bool opencl_is_available() // hold their state, we call a harmless OpenCL function (clGetPlatformIDs // with invalid parameters must result in CL_INVALID_VALUE) to ensure the // runtimes have a chance to initialize their static objects first. Thanks - // to C++11 rules about normal program termination (cf [basic.start]), this + // to C++11 rules about normal program completion (cf [basic.start]), this // ensures their static objects are destroyed last, i.e. after the // singleton CLScheduler is destroyed. // -- cgit v1.2.1