Skip to content

Commit 5507893

Browse files
authored
Update 02-sycl-fundamentals.md
1 parent 7708e5d commit 5507893

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/docs/02-sycl-fundamentals.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ int main() {
373373
- **queues** are bridges between host and devices
374374
- each queue maps to one device
375375
- work is enqued by submitting **command groups**
376-
- data management via **bufffers** and **accessors**
377-
- parallel code (kernel) is submitted as a lambda function or as a functor
376+
- data management via **buffers** and **accessors**
377+
- parallel code, **kernel**, is submitted as a lambda function or as a functor
378378
- basic parallelism
379379

0 commit comments

Comments
 (0)