diff libinterp/octave-value/ov-bool-sparse.h @ 21066:258c787cd9ce

maint: Use "FIXME:" consistently in code base. * file-editor-tab.h, mxarray.in.h, pr-output.cc, symtab.h, ov-bool-sparse.h, ov-bool.h, ov-float.h, ov-scalar.h, ov-str-mat.cc, oct-parse.in.yy, f77-fcn.h, lo-specfun.cc, randmtzig.c, randpoisson.c, lo-ieee.h, oct-rl-edit.c, sparse-util.h: Use "FIXME:" consistently in code base.
author Rik <rik@octave.org>
date Thu, 14 Jan 2016 07:02:41 -0800
parents f7084eae3318
children 1473547f50f5
line wrap: on
line diff
--- a/libinterp/octave-value/ov-bool-sparse.h	Thu Jan 14 06:20:28 2016 -0500
+++ b/libinterp/octave-value/ov-bool-sparse.h	Thu Jan 14 07:02:41 2016 -0800
@@ -84,7 +84,7 @@
 
   octave_base_value *try_narrowing_conversion (void);
 
-  // FIXME Adapt idx_vector to allow sparse logical indexing without overflow!!
+  // FIXME: Adapt idx_vector to allow sparse logical indexing without overflow!
   idx_vector index_vector (bool /* require_integers */ = false) const
   {
     return idx_vector (matrix);