Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tsl/platform/ctstring.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
Loading