aboutsummaryrefslogtreecommitdiff
path: root/src/strings.cc
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-06-19 03:13:48 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-06-19 03:13:48 -0300
commitbd3a6a04601749cbde007eaabf803fb602ee2783 (patch)
tree476b89932627aa73ad88de22d37e4617bbdb1795 /src/strings.cc
parente5b8aadd493b8b5df4ed661f2491de33d634b001 (diff)
downloadgame-bd3a6a04601749cbde007eaabf803fb602ee2783.tar.gz
game-bd3a6a04601749cbde007eaabf803fb602ee2783.zip
beginning of `communication.cc`
Diffstat (limited to 'src/strings.cc')
-rw-r--r--src/strings.cc2
1 files changed, 1 insertions, 1 deletions
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){