typo: bsically to basically
authorIgor Gnatenko <i.gnatenko.brain@gmail.com>
Mon, 13 Jan 2014 21:31:39 +0000 (01:31 +0400)
committerZhigang Gong <zhigang.gong@intel.com>
Thu, 16 Jan 2014 07:06:59 +0000 (15:06 +0800)
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
docs/Beignet.mdwn

index e3b4b1b..0830004 100644 (file)
@@ -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