diff options
author | Tobias Wiersema <tobias.wiersema@uni-paderborn.de> | 2021-08-19 17:57:54 +0200 |
---|---|---|
committer | Tobias Wiersema <tobias.wiersema@uni-paderborn.de> | 2021-08-19 17:57:54 +0200 |
commit | d55e8fab82fa3d3e05725c27eb799e7669ee0d69 (patch) | |
tree | 3e9bd4ce7ff0d7d509ba3c48ddba0b6401c60b49 /src/base/wlc | |
parent | ca710b3dda0848e552b4b13d72bb261b5089819c (diff) | |
download | abc-d55e8fab82fa3d3e05725c27eb799e7669ee0d69.tar.gz abc-d55e8fab82fa3d3e05725c27eb799e7669ee0d69.tar.bz2 abc-d55e8fab82fa3d3e05725c27eb799e7669ee0d69.zip |
Fix typo inifity -> infinity in inv_get help
Diffstat (limited to 'src/base/wlc')
-rw-r--r-- | src/base/wlc/wlcCom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/wlc/wlcCom.c b/src/base/wlc/wlcCom.c index cf9805c5..39f1bebd 100644 --- a/src/base/wlc/wlcCom.c +++ b/src/base/wlc/wlcCom.c @@ -1784,7 +1784,7 @@ int Abc_CommandInvGet( Abc_Frame_t * pAbc, int argc, char ** argv ) usage: Abc_Print( -2, "usage: inv_get [-fvh]\n" ); Abc_Print( -2, "\t places invariant found by PDR as the current network in the main-space\n" ); - Abc_Print( -2, "\t (in the case of \'sat\' or \'undecided\', inifity clauses are used)\n" ); + Abc_Print( -2, "\t (in the case of \'sat\' or \'undecided\', infinity clauses are used)\n" ); Abc_Print( -2, "\t-f : toggle reading flop names from the &-space [default = %s]\n", fFlopNamesFromGia? "yes": "no" ); Abc_Print( -2, "\t-v : toggle printing verbose information [default = %s]\n", fVerbose? "yes": "no" ); Abc_Print( -2, "\t-h : print the command usage\n"); |