getaddrinfo: Doc fix.
[pspp] / tests / init.sh
index acb1ae541e83808279b263cbb99aa9b2fe84ae99..71c6516962a9da5ff159ea7fbd3f51261f6b94e3 100644 (file)
@@ -193,7 +193,7 @@ fi
 test -n "$EXEEXT" && shopt -s expand_aliases
 
 # Enable glibc's malloc-perturbing option.
-# This is cheap and useful for exposing code that depends on the fact that
+# This is useful for exposing code that depends on the fact that
 # malloc-related functions often return memory that is mostly zeroed.
 # If you have the time and cycles, use valgrind to do an even better job.
 : ${MALLOC_PERTURB_=87}