Browse Source

Minor comment tweaks

Ray 3 weeks ago
parent
commit
2e95cdb2b5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tools/rexm/rexm.c

+ 2 - 2
tools/rexm/rexm.c

@@ -833,7 +833,7 @@ int main(int argc, char *argv[])
             int exCollectionCount = 0;
             int exCollectionCount = 0;
             rlExampleInfo *exCollection = LoadExamplesData(exCollectionFilePath, "ALL", false, &exCollectionCount);
             rlExampleInfo *exCollection = LoadExamplesData(exCollectionFilePath, "ALL", false, &exCollectionCount);
 
 
-            // TODO: Validate: Duplicate entries in collection list?
+            // TODO: Validate: Check duplicate entries in collection list?
 
 
             // Set status information for all examples, using "status" field in the struct
             // Set status information for all examples, using "status" field in the struct
             for (int i = 0; i < exCollectionCount; i++)
             for (int i = 0; i < exCollectionCount; i++)
@@ -1974,7 +1974,7 @@ static char **ScanExampleResources(const char *filePath, int *resPathCount)
                     strncpy(buffer, start, len);
                     strncpy(buffer, start, len);
                     buffer[len] = '\0';
                     buffer[len] = '\0';
 
 
-                    // TODO: Make sure buffer is a path (and not a Tracelog() text)
+                    // TODO: Make sure buffer is a path (and not a TraceLog() string)
 
 
                     // Check for known extensions
                     // Check for known extensions
                     for (int i = 0; i < extCount; i++)
                     for (int i = 0; i < extCount; i++)