Skip to content

Commit 834f6a7

Browse files
authored
fix: minor spelling of guarantee in zeMemFreeExt doc (#431)
Signed-off-by: Eric Mortensen <eric.mortensen@intel.com>
1 parent f393644 commit 834f6a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/ze_api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12824,7 +12824,7 @@ typedef struct _ze_memory_free_ext_desc_t
1282412824
///
1282512825
/// @details
1282612826
/// - Similar to zeMemFree, with added parameter to choose the free policy.
12827-
/// - Does not gaurantee memory is freed upon return. See free policy
12827+
/// - Does not guarantee memory is freed upon return. See free policy
1282812828
/// descriptions for details.
1282912829
/// - The application must **not** call this function from simultaneous
1283012830
/// threads with the same pointer.

0 commit comments

Comments
 (0)