Skip to content

Commit

Permalink
fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorostsa committed Jul 9, 2023
1 parent 7139cb1 commit 3b626c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ struct non_trivially_copyable_container
non_trivially_copyable_container const&);
~non_trivially_copyable_container();
};
// If T is triviialy relocatable then non_trivially_copyable_container is
// If T is trivially relocatable then non_trivially_copyable_container is
// trivially relocatable too.

template <typename T, typename K>
Expand Down

0 comments on commit 3b626c4

Please sign in to comment.