From a49e0ca47b8f3386a5b54a9bc853df37683494b4 Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Mon, 16 Sep 2002 06:31:47 +0000 Subject: [PATCH] fix bad comments. --- mailnews/base/src/nsSubscribeDataSource.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mailnews/base/src/nsSubscribeDataSource.cpp b/mailnews/base/src/nsSubscribeDataSource.cpp index 69d5d1dcbd2..8b31d71e524 100644 --- a/mailnews/base/src/nsSubscribeDataSource.cpp +++ b/mailnews/base/src/nsSubscribeDataSource.cpp @@ -285,7 +285,7 @@ nsSubscribeDataSource::GetTargets(nsIRDFResource *source, *targets = nsnull; - // we only have positive assertions in the file system data source. + // we only have positive assertions in the subscribe data source. if (!tv) return NS_RDF_NO_VALUE; nsCOMPtr server; @@ -494,9 +494,9 @@ nsSubscribeDataSource::HasAssertion(nsIRDFResource *source, if (! hasAssertion) return NS_ERROR_NULL_POINTER; - // we only have positive assertions in the file system data source. *hasAssertion = PR_FALSE; + // we only have positive assertions in the subscribe data source. if (!tv) return NS_OK; if (property == kNC_Child.get()) {