Fix typos.
Change-Id: Ib0f12d3391c03a2deed9ce57bdaba03034fb6238 Signed-off-by: Piotr Fusik <piotr.fusik@intel.com>
This commit is contained in:
parent
60b6a3b54c
commit
22c3c10679
|
@ -445,7 +445,7 @@ include(version.cmake)
|
|||
# Get available platfroms
|
||||
include(platforms.cmake)
|
||||
|
||||
# Enable/Disable BuiltIns compilatoin during build
|
||||
# Enable/Disable BuiltIns compilation during build
|
||||
set(COMPILE_BUILT_INS TRUE CACHE BOOL "Enable built-in kernels compilation")
|
||||
|
||||
# Changing the default executable and library output directories
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Introduction
|
||||
|
||||
The Intel(R) Graphics Compute Runtime for OpenCL(TM) is a open source project to
|
||||
The Intel(R) Graphics Compute Runtime for OpenCL(TM) is an open source project to
|
||||
converge Intel's development efforts on OpenCL(TM) compute stacks supporting the
|
||||
GEN graphics hardware architecture.
|
||||
|
||||
|
@ -62,4 +62,4 @@ See [contribution guidelines](https://github.com/intel/compute-runtime/blob/mast
|
|||
* Frequently asked questions: [FAQ.md](https://github.com/intel/compute-runtime/blob/master/documentation/FAQ.md)
|
||||
* Quality expectations: [RELEASES.md](https://github.com/intel/compute-runtime/blob/master/documentation/RELEASES.md)
|
||||
|
||||
___(*) Other names and brands my be claimed as property of others.___
|
||||
___(*) Other names and brands may be claimed as property of others.___
|
||||
|
|
Loading…
Reference in New Issue