diff liboctave/oct-group.cc @ 7520:b166043585a8

use 0 instead of NULL
author John W. Eaton <jwe@octave.org>
date Fri, 22 Feb 2008 16:44:03 -0500
parents a1dbe9d80eee
children eb63fbe60fab
line wrap: on
line diff
--- a/liboctave/oct-group.cc	Fri Feb 22 15:17:15 2008 -0500
+++ b/liboctave/oct-group.cc	Fri Feb 22 16:44:03 2008 -0500
@@ -192,7 +192,7 @@
       gr_gid = gr->gr_gid;
 
       // FIXME -- maybe there should be a string_vector
-      // constructor that takes a NULL terminated list of C
+      // constructor that takes a NUL terminated list of C
       // strings.
 
       const char * const *tmp = gr->gr_mem;