From 31f02e4be0f489e88d4fe4327cd1018307e3cd9f Mon Sep 17 00:00:00 2001 From: Jake Harmon Date: Mon, 27 Jul 2026 11:05:13 -0700 Subject: [PATCH] Fix spelling mistake PiperOrigin-RevId: 954724001 --- tsl/platform/ctstring.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsl/platform/ctstring.h b/tsl/platform/ctstring.h index 0e45c0e86..5e46f21a1 100644 --- a/tsl/platform/ctstring.h +++ b/tsl/platform/ctstring.h @@ -71,7 +71,7 @@ inline size_t TF_TString_GetCapacity(const TF_TString *str); // A view into an unowned character string. // // NOTE: -// VIEW and OFFSET types are immutable, so any modifcation via Append, +// VIEW and OFFSET types are immutable, so any modification via Append, // AppendN, or GetMutableDataPointer of a VIEW/OFFSET based tstring will // result in a conversion to an owned type (SMALL/LARGE). inline TF_TString_Type TF_TString_GetType(const TF_TString *str);