Commit Diff


commit - a5f7ada3ca95609c74433de1923754c3b84dfce8
commit + 6c0f3741fc0b45910e7dc8b80ced210d0dc45fe3
blob - 14e2714102b61652b1d4d83425ac6fb729f122be
blob + e466b91f2d95ad622d0c342b031593a215e2c1d4
--- rover.c
+++ rover.c
@@ -254,7 +254,7 @@ cd(int reset)
     update_browser();
 }
 
-/* SIGWINCH handler; resize application according to new terminal settings. */
+/* SIGWINCH handler: resize application according to new terminal settings. */
 static void
 handle_winch(int sig)
 {
@@ -267,7 +267,7 @@ handle_winch(int sig)
     cd(0);
 }
 
-/* Do a fork-exec to external program ARGS[0] (e.g. $EDITOR). */
+/* Do a fork-exec to external program (e.g. $EDITOR). */
 static void
 spawn()
 {