diff src/oct-hist.cc @ 5775:ace8d8d26933

[project @ 2006-04-24 19:13:06 by jwe]
author jwe
date Mon, 24 Apr 2006 19:13:11 +0000
parents 4c8a2e4e0717
children 1138ced03f14
line wrap: on
line diff
--- a/src/oct-hist.cc
+++ b/src/oct-hist.cc
@@ -545,7 +545,7 @@
 
   // Delete the temporary file.
 
-  // XXX FIXME XXX -- should probably be done using an unwind_protect.
+  // FIXME -- should probably be done using an unwind_protect.
 
   unlink (name.c_str ());
 }