fix various typos

This commit is contained in:
sciencewhiz
2021-09-22 16:15:06 +00:00
committed by Antonio Sánchez
parent 3753e6a2b3
commit 4b6036e276
32 changed files with 43 additions and 43 deletions

View File

@@ -21,7 +21,7 @@ namespace Eigen {
/**
* Serializes an object to a memory buffer.
*
* Useful for transfering data (e.g. back-and-forth to a device).
* Useful for transferring data (e.g. back-and-forth to a device).
*/
template<typename T, typename EnableIf = void>
class Serializer;