From c9064e317699d2e495f36ba4f9ac037e88ee371a Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Thu, 1 Apr 2021 10:31:43 -0700 Subject: [PATCH] stb_hexwave tweak comment --- stb_hexwave.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stb_hexwave.h b/stb_hexwave.h index 35f15c8..480ab1b 100644 --- a/stb_hexwave.h +++ b/stb_hexwave.h @@ -10,7 +10,7 @@ // // Compiling: // -// In one C/CPP file that #includes this file, do +// In one C/C++ file that #includes this file, do // // #define STB_HEXWAVE_IMPLEMENTATION // #include "stb_hexwave.h"