From 7ffca8ed5888c54e1d2cfba4408e23a4edf4961b Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Mon, 27 Mar 2023 11:12:21 +0200 Subject: [PATCH] Fix caprintf comment --- core/fmt/fmt.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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