Skip to content

Commit 7520fd2

Browse files
author
Jaime Arteaga
authored
Fix typo (#59)
Signed-off-by: Arteaga Molina, Jaime A <[email protected]>
1 parent 948b2d3 commit 7520fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/core/INTRO.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ The following design philosophies are adopted in order to maximize Host thread c
176176

177177
+ the application must track ownership and explicitly free handles and memory
178178
+ the application must ensure that all driver objects and memory are no longer in-use by the device before freeing; otherwise the Host or device may fault
179-
+ no implicit garabage collection is supported by the driver
179+
+ no implicit garbage collection is supported by the driver
180180

181181
In general, the API is designed to be free-threaded rather than thread-safe.
182182
This provides multithreaded applications with complete control over both threading and locks.

0 commit comments

Comments
 (0)