diff toys/cp.c @ 528:878b94b32866

Comment and whitespace tweaks.
author Rob Landley <rob@landley.net>
date Tue, 06 Mar 2012 20:48:27 -0600
parents 3b9dea897dc0
children 44abf4d901f3
line wrap: on
line diff
--- a/toys/cp.c	Mon Mar 05 23:15:50 2012 -0600
+++ b/toys/cp.c	Tue Mar 06 20:48:27 2012 -0600
@@ -180,7 +180,7 @@
 		char *src = toys.optargs[i];
 		char *dst;
 
-		// Skip src==dest (should check inodes to catch "cp blah ./blah").
+		// Skip src==dest (TODO check inodes to catch "cp blah ./blah").
 
 		if (!strcmp(src, TT.destname)) continue;