From bd3a6a04601749cbde007eaabf803fb602ee2783 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Thu, 19 Jun 2025 03:13:48 -0300 Subject: beginning of `communication.cc` --- src/strings.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/strings.cc') diff --git a/src/strings.cc b/src/strings.cc index aef9a81..d0bfe70 100644 --- a/src/strings.cc +++ b/src/strings.cc @@ -218,7 +218,7 @@ void ExitStrings(void){ // String Utility // ============================================================================= // TODO(fusion): I'm not sure why we have these separate from the other string -// utility defined in `util.cc`. We should probably just move them all here. +// utility defined in `utils.cc`. We should probably just move them all here. bool IsCountable(const char *s){ if(strncmp(s, "some ", 5) == 0){ -- cgit v1.2.3