Skip to content

Commit 2e95cdb

Browse files
committed
Minor comment tweaks
1 parent c9564c0 commit 2e95cdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/rexm/rexm.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ int main(int argc, char *argv[])
833833
int exCollectionCount = 0;
834834
rlExampleInfo *exCollection = LoadExamplesData(exCollectionFilePath, "ALL", false, &exCollectionCount);
835835

836-
// TODO: Validate: Duplicate entries in collection list?
836+
// TODO: Validate: Check duplicate entries in collection list?
837837

838838
// Set status information for all examples, using "status" field in the struct
839839
for (int i = 0; i < exCollectionCount; i++)
@@ -1974,7 +1974,7 @@ static char **ScanExampleResources(const char *filePath, int *resPathCount)
19741974
strncpy(buffer, start, len);
19751975
buffer[len] = '\0';
19761976

1977-
// TODO: Make sure buffer is a path (and not a Tracelog() text)
1977+
// TODO: Make sure buffer is a path (and not a TraceLog() string)
19781978

19791979
// Check for known extensions
19801980
for (int i = 0; i < extCount; i++)

0 commit comments

Comments
 (0)