From: Florian Krohm Date: Fri, 20 Feb 2015 16:46:50 +0000 (+0000) Subject: Update a comment. X-Git-Tag: svn/VALGRIND_3_11_0~642 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e53930ad03e41eaccb98397c96ee37109f8f231;p=thirdparty%2Fvalgrind.git Update a comment. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14950 --- diff --git a/memcheck/mc_leakcheck.c b/memcheck/mc_leakcheck.c index 671fff5eb4..75ff3f2edf 100644 --- a/memcheck/mc_leakcheck.c +++ b/memcheck/mc_leakcheck.c @@ -1632,7 +1632,7 @@ static void scan_memory_root_set(Addr searched, SizeT szB) if (seg->isCH) continue; // Don't poke around in device segments as this may cause - // hangs. Exclude /dev/zero just in case someone allocated + // hangs. Include /dev/zero just in case someone allocated // memory by explicitly mapping /dev/zero. if (seg->kind == SkFileC && (VKI_S_ISCHR(seg->mode) || VKI_S_ISBLK(seg->mode))) {