Changed a lot of ints to bools.
[pspp-builds.git] / src / language / xforms / compute.c
index 5c13d2f23a7a3970139a1259eead41e75cd741a0..f24ecac591cbb2340086963f961174852561708d 100644 (file)
@@ -372,7 +372,7 @@ lvalue_get_type (const struct lvalue *lvalue)
     return lvalue->vector->var[0]->type;
 }
 
-/* Returns nonzero if LVALUE has a vector as its target. */
+/* Returns true if LVALUE has a vector as its target. */
 static bool
 lvalue_is_vector (const struct lvalue *lvalue) 
 {