Fix outdate comment in analyzer filter support

Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
Change-Id: I5e14eb82a4017ed794314d2800ea88dd0d706942
diff --git a/analyzer/filter-root-cause.cpp b/analyzer/filter-root-cause.cpp
index 4984dbd..0ca5686 100644
--- a/analyzer/filter-root-cause.cpp
+++ b/analyzer/filter-root-cause.cpp
@@ -122,7 +122,7 @@
 
 // Will query if a signature is a potential system checkstop root cause.
 // attention. Note that this function excludes memory channel failure attentions
-// and core unit checkstop attentions.
+// which are checked in __findMemoryChannelFailure().
 bool __findCsRootCause(const libhei::Signature& i_signature)
 {
     using namespace util::pdbg;