cxxrtl: fix typo. NFC.
authorwhitequark <whitequark@whitequark.org>
Tue, 14 Jul 2020 16:10:30 +0000 (16:10 +0000)
committerwhitequark <whitequark@whitequark.org>
Tue, 14 Jul 2020 16:10:30 +0000 (16:10 +0000)
backends/cxxrtl/cxxrtl_capi.h

index 74257f0daa4754d14efec230f146a7216d4f7eb7..1f194280342e4624225f794c17be6b65753904de 100644 (file)
@@ -64,7 +64,7 @@ int cxxrtl_eval(cxxrtl_handle handle);
 // Commit the design, replacing the `curr` value of internal state and output wires with the `next`
 // value.
 //
-// Return 1 if any of the `curr` values, 0 otherwise.
+// Return 1 if any of the `curr` values were updated, 0 otherwise.
 int cxxrtl_commit(cxxrtl_handle handle);
 
 // Simulate the design to a fixed point.