Skip to content

Commit 6a1424e

Browse files
Merge pull request #771 from ldorau/Fix_one_typo_in_a_comment
Fix one typo in a comment
2 parents 3e4f65f + adb3f1b commit 6a1424e

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)