From 74aba7dd264083e0e1271d925f034344deb5535a Mon Sep 17 00:00:00 2001
From: david-sarah <david-sarah@jacaranda.org>
Date: Fri, 21 Jan 2011 17:39:13 -0800
Subject: [PATCH] twisted/allmydata_trial.py: fix stale comment that referred
 to trial_figleaf.py (replaced with trial_coverage.py).

---
 twisted/plugins/allmydata_trial.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/twisted/plugins/allmydata_trial.py b/twisted/plugins/allmydata_trial.py
index 11cbeade..c9ee5b9a 100644
--- a/twisted/plugins/allmydata_trial.py
+++ b/twisted/plugins/allmydata_trial.py
@@ -5,7 +5,7 @@ from twisted.trial.itrial import IReporter
 from twisted.plugin import IPlugin
 
 # register a plugin that can create our CoverageReporter. The reporter itself
-# lives separately, in src/allmydata/test/trial_figleaf.py
+# lives separately, in src/allmydata/test/trial_coverage.py
 
 # note that this allmydata_trial.py file is *not* in a package: there is no
 # __init__.py in our parent directory. This is important, because otherwise
-- 
2.45.2