Skip to content

Commit adb3f1b

Browse files
committed
Fix one typo in a comment
Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
1 parent 3e4f65f commit adb3f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/provider/provider_tracking.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ void umfMemoryTrackerDestroy(umf_memory_tracker_handle_t handle) {
761761
return;
762762
}
763763

764-
// Do not destroy the tracket if we are running in the proxy library,
764+
// Do not destroy the tracker if we are running in the proxy library,
765765
// because it may need those resources till
766766
// the very end of exiting the application.
767767
if (utils_is_running_in_proxy_lib()) {

0 commit comments

Comments
 (0)