>From 010e52549730ed5fc02286ee5179f8e1c07e2cde Mon Sep 17 00:00:00 2001 From: Igor Gnatenko <[email protected]> Date: Tue, 14 Jan 2014 01:31:39 +0400 Subject: [PATCH] typo: bsically to basically
Signed-off-by: Igor Gnatenko <[email protected]> --- docs/Beignet.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.4.2 -- -Igor Gnatenko _______________________________________________ Beignet mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/beignet
