summaryrefslogtreecommitdiffstats
path: root/src/map/super/superWrite.c
diff options
context:
space:
mode:
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.