From 3b3d6a342d660f7df03529833178349d4361374c Mon Sep 17 00:00:00 2001 From: androm3da Date: Wed, 27 Dec 2017 22:58:04 -0600 Subject: [PATCH] Fix typo in comment --- CL/cl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CL/cl.hpp b/CL/cl.hpp index 396b8671..7ffbe99a 100644 --- a/CL/cl.hpp +++ b/CL/cl.hpp @@ -68,7 +68,7 @@ * The following example shows a general use case for the C++ * bindings, including support for the optional exception feature and * also the supplied vector and string classes, see following sections for - * decriptions of these features. + * descriptions of these features. * * \code * #define __CL_ENABLE_EXCEPTIONS