From 2bccbeb6d19227d8385bf2c52edb6c7a6ef2f6d7 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Mon, 30 Oct 2000 00:25:47 +0000 Subject: [PATCH] Fixed a comment. committer: mfx 972865547 +0000 --- src/filter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/filter.cpp b/src/filter.cpp index e8a9266f..37743e7a 100644 --- a/src/filter.cpp +++ b/src/filter.cpp @@ -183,7 +183,7 @@ bool Filter::verifyUnfilter() bool Filter::scan(const upx_byte *buf_, unsigned buf_len_) { // Note: must use const_cast here. This is fine as the scan - // implementations (f->s) actually don't change the buffer. + // implementations (fe->do_scan) actually don't change the buffer. upx_byte *b = const_cast(buf_); initFilter(this, b, buf_len_);