summaryrefslogtreecommitdiffstats
path: root/src/map/super/superWrite.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2015-02-07 22:29:14 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2015-02-07 22:29:14 -0800
commit68467cfff7a90680115cfc41c35b5ea693c74a3b (patch)
tree17a77576b9bcd90490492ecd98ae3b615c0530fe /src/map/super/superWrite.c
parent55c5c1b58f3f9cd1b534ad11dbec6ba7a7813194 (diff)
downloadabc-68467cfff7a90680115cfc41c35b5ea693c74a3b.tar.gz
abc-68467cfff7a90680115cfc41c35b5ea693c74a3b.tar.bz2
abc-68467cfff7a90680115cfc41c35b5ea693c74a3b.zip
Fixed a typo in variable names.
Diffstat (limited to 'src/map/super/superWrite.c')
-rw-r--r--src/map/super/superWrite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/super/superWrite.c b/src/map/super/superWrite.c
index b8d14837..841a465c 100644
--- a/src/map/super/superWrite.c
+++ b/src/map/super/superWrite.c
@@ -35,7 +35,7 @@ ABC_NAMESPACE_IMPL_START
GATENAME1( GATENAME2( a, c ), GATENAME3( a, d ), ... )
The gate names (GATENAME1, etc) are the names as they appear in the .genlib library.
The primary inputs of the gates are denoted by lowercase chars 'a', 'b', etc.
- The parantheses are mandatory for each gate, except for the wire.
+ The parentheses are mandatory for each gate, except for the wire.
The wire name can be omitted, so that "a" can be used instead of "**wire**( a )".
The spaces are optional in any position of this string.