From 905d1883f3dbacabd235cc417ba1c8677fa5db57 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Tue, 10 Oct 2023 06:59:34 -0400 Subject: [PATCH] Fix some stray comment text [skip changelog] --- stb.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stb.spec b/stb.spec index 3d92d8e..9c60c41 100644 --- a/stb.spec +++ b/stb.spec @@ -9,7 +9,7 @@ # - It uses of strcat/strcpy into a fixed-length buffer that is assumed (but # not proven) to be large enough for all possible uses # - It ignores I/O errors (possibly leading to undefined behavior from reading -# uninitialized memory), and so on. Making it +# uninitialized memory), and so on. # # A substantial rewrite would be required to mitigate these concerns. If a # request for this library arises, this decision may be revisited, or the