diff --git a/core/fmt/fmt.odin b/core/fmt/fmt.odin index 3cd655eaf..8a5f54516 100644 --- a/core/fmt/fmt.odin +++ b/core/fmt/fmt.odin @@ -283,7 +283,7 @@ panicf :: proc(fmt: string, args: ..any, loc := #caller_location) -> ! { } // Creates a formatted C string // -// *Allocates Using Context's Temporary Allocator* +// *Allocates Using Context's Allocator* // // Inputs: // - format: A format string with placeholders for the provided arguments