Skip to content

Commit

Permalink
Typo from HISSTools_Library
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHarker committed Apr 9, 2022
1 parent e2b4873 commit 6ef2e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FrameLib_Dependencies/Allocator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace impl
typedef void (*free_function)(void *);
};

// Atemplate for wrapping functions as an allocator
// A template for wrapping functions as an allocator

template<impl::allocate_function alloc, impl::free_function dealloc>
struct function_allocator
Expand Down

0 comments on commit 6ef2e48

Please sign in to comment.