From f8ff66a215ea63452bacfbdd19bb62893c0c6a05 Mon Sep 17 00:00:00 2001 From: Jake VanderPlas Date: Tue, 19 Sep 2023 10:22:24 -0700 Subject: [PATCH] fix typo in code comment --- ml_dtypes/_src/dtypes.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ml_dtypes/_src/dtypes.cc b/ml_dtypes/_src/dtypes.cc index bfd9ca35..31ac72da 100644 --- a/ml_dtypes/_src/dtypes.cc +++ b/ml_dtypes/_src/dtypes.cc @@ -260,8 +260,8 @@ bool Initialize() { return false; } - // Casts between bfloat16 and float8_e4m3b11nuz. Only perform the cast if - // float8_e4m3b11nuz hasn't been previously registered, presumably by a + // Casts between bfloat16 and float8_e4m3b11fnuz. Only perform the cast if + // float8_e4m3b11fnuz hasn't been previously registered, presumably by a // different library. In this case, we assume the cast has also already been // registered, and registering it again can cause segfaults due to accessing // an uninitialized type descriptor in this library.