git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58075 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -162,13 +162,13 @@ int main(int argc, char **argv)
if (flags.preprocess->answer)
exit(EXIT_SUCCESS);
- /* Read required files */
+ /* Read input */
read_input();
- /* Implement TOPMODEL */
+ /* Run TOPMODEL */
run_topmodel();
- /* Write outputs */
+ /* Write output */
write_output();