From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Tue, 6 Jan 2009 00:53:42 +0000 (-0700)
Subject: trivial: fix inline comment in test code
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/uri/%22doc.html/quickstart.html?a=commitdiff_plain;h=4921a9f2430f48cbb004b956b40bb08675855fe3;p=tahoe-lafs%2Ftahoe-lafs.git

trivial: fix inline comment in test code
---

diff --git a/src/allmydata/test/test_encode.py b/src/allmydata/test/test_encode.py
index d3e4ca93..39e0adae 100644
--- a/src/allmydata/test/test_encode.py
+++ b/src/allmydata/test/test_encode.py
@@ -729,7 +729,7 @@ class Roundtrip(unittest.TestCase, testutil.ShouldFailMixin):
         return d
 
     def test_bad_sharehashes_failure(self):
-        # the first 7 servers have bad block hashes, so the sharehash tree
+        # all ten servers have bad share hashes, so the sharehash tree
         # will not validate, and the download will fail
         modemap = dict([(i, "bad sharehash")
                         for i in range(10)])