From: Igor Gnatenko Date: Mon, 13 Jan 2014 21:31:39 +0000 (+0400) Subject: typo: bsically to basically X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=48f8e5b1d27436c771175f7d407125c41f00171f;p=contrib%2Fbeignet.git typo: bsically to basically Signed-off-by: Igor Gnatenko Reviewed-by: Zhigang Gong --- diff --git a/docs/Beignet.mdwn b/docs/Beignet.mdwn index e3b4b1b..0830004 100644 --- a/docs/Beignet.mdwn +++ b/docs/Beignet.mdwn @@ -3,7 +3,7 @@ Beignet Beignet is an open source implementaion of the OpenCL specification - a generic compute oriented API. This code base contains the code to run OpenCL programs on -Intel GPUs which bsically defines and implements the OpenCL host functions +Intel GPUs which basically defines and implements the OpenCL host functions required to initialize the device, create the command queues, the kernels and the programs and run them on the GPU. The code base also contains the compiler part of the stack which is included in `backend/`. For more specific information