Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
barak007 authored and nick-thompson committed Sep 28, 2023
1 parent 2690458 commit ea60762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/Runtime.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ namespace elem
// audio graph.
void pruneSharedResourceMap();

// Returns an iterator through the names of the entries in the shared resouce map.
// Returns an iterator through the names of the entries in the shared resoure map.
//
// Intentionally, this does not provide access to the values in the map.
typename SharedResourceMap<FloatType>::KeyViewType getSharedResourceMapKeys();
Expand Down

0 comments on commit ea60762

Please sign in to comment.