From: whitequark Date: Tue, 14 Jul 2020 16:10:30 +0000 (+0000) Subject: cxxrtl: fix typo. NFC. X-Git-Tag: working-ls180~379^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a5cf000377269fff41dfd6410fb113fd89373689;p=yosys.git cxxrtl: fix typo. NFC. --- diff --git a/backends/cxxrtl/cxxrtl_capi.h b/backends/cxxrtl/cxxrtl_capi.h index 74257f0da..1f1942803 100644 --- a/backends/cxxrtl/cxxrtl_capi.h +++ b/backends/cxxrtl/cxxrtl_capi.h @@ -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.