Fix typos: misspellings, French variable names, and hyphenation

libeigen/eigen!2185

Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com>
This commit is contained in:
Rasmus Munk Larsen
2026-02-22 10:04:40 -08:00
parent 44c6132163
commit 8c35441f18
15 changed files with 63 additions and 63 deletions

View File

@@ -24,7 +24,7 @@ namespace Eigen {
namespace internal {
// Note: cannot re-use tuple_impl, since that will cause havoc for
// Note: cannot reuse tuple_impl, since that will cause havoc for
// tuple_test.
namespace test_detail {
// Use std::tuple on CPU, otherwise use the GPU-specific versions.

View File

@@ -138,7 +138,7 @@ struct random_without_cast_overflow<
}
};
// Integer to floating-point, re-use above logic.
// Integer to floating-point, reuse above logic.
template <typename SrcScalar, typename TgtScalar>
struct random_without_cast_overflow<
SrcScalar, TgtScalar,