tests: keep comments up to date. NFC.
[nmigen.git] / nmigen / test / utils.py
index e00dbac336697b884170d6faee328f457c41fa3f..556b601c47094cf176fba0259b4b9ae7b54f3dc1 100644 (file)
@@ -49,7 +49,7 @@ class FHDLTestCase(unittest.TestCase):
             shutil.rmtree(os.path.join(spec_dir, spec_name))
 
         if mode == "hybrid":
-            # A mix of BMC and k-induction, as per personal communication with Clifford Wolf.
+            # A mix of BMC and k-induction, as per personal communication with Claire Wolf.
             script = "setattr -unset init w:* a:nmigen.sample_reg %d"
             mode   = "bmc"
         else: