From 5da450a1a75e9ae0452f7c43c2b85941cd4de0bd Mon Sep 17 00:00:00 2001 From: Vincent Danjean Date: Mon, 11 Jan 2021 18:40:04 +0100 Subject: [PATCH] typo in manpage --- doc/libOpenCL.7.txt.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/libOpenCL.7.txt.in b/doc/libOpenCL.7.txt.in index d546eb5..2237947 100644 --- a/doc/libOpenCL.7.txt.in +++ b/doc/libOpenCL.7.txt.in @@ -15,7 +15,7 @@ libOpenCL, libOpenCL.so - OCL-ICD implementation of OpenCL ICD loader DESCRIPTION ----------- `libOpenCL.so` is the library linked by OpenCL programs. It does not contains -any OpenCL implementation itself, but merly act as a dispatcher to real OpenCL +any OpenCL implementation itself, but merely act as a dispatcher to real OpenCL implementations provided as OpenCL Installable Client Driver (ICD). An ICD loader should be able to load ICDs provided by any vendors.