diff scripts/miscellaneous/fileattrib.m @ 5775:ace8d8d26933

[project @ 2006-04-24 19:13:06 by jwe]
author jwe
date Mon, 24 Apr 2006 19:13:11 +0000
parents 45304bb922f1
children 34f96dd5441b
line wrap: on
line diff
--- a/scripts/miscellaneous/fileattrib.m
+++ b/scripts/miscellaneous/fileattrib.m
@@ -101,7 +101,7 @@
 	r_s{i} = NaN;
 	r_h{i} = NaN;
 	r_d{i} = S_ISDIR (info.mode);
-	## XXX FIXME XXX -- maybe we should have S_IRUSR etc. masks?
+	## FIXME -- maybe we should have S_IRUSR etc. masks?
 	modestr = info.modestr;
 	r_u_r{i} = modestr(2) == "r";
 	r_u_w{i} = modestr(3) == "w";