Skip to content

Commit 17bb72c

Browse files
author
Jaime Arteaga
authored
Correct documentation on build logs lifetime (#129)
Resolves: #123 Signed-off-by: Jaime Arteaga <[email protected]>
1 parent 938f098 commit 17bb72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/core/module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ name: Destroy
122122
decl: static
123123
ordinal: "0"
124124
details:
125-
- "The application must destroy all kernel and build log handles created from the module before destroying the module itself."
125+
- "The application must destroy all kernel handles created from the module before destroying the module itself."
126126
- "The application must ensure the device is not currently referencing the module before it is deleted."
127127
- "The implementation of this function may immediately free all Host and Device allocations associated with this module."
128128
- "The application must **not** call this function from simultaneous threads with the same module handle."

0 commit comments

Comments
 (0)