diff options
author | 2017-02-20 01:51:42 +0100 | |
---|---|---|
committer | 2017-02-22 02:04:01 +0100 | |
commit | 5c4b7cfef851ab8f13d937fdb4d3686936c63d39 (patch) | |
tree | c28e0804d546924e564530f3826b81bae143f066 /src/lib/netlist/macro | |
parent | f222e7731d7817f27265a98d98541b4e314c974b (diff) |
Clean up net_t interface and increase readability. (nw)
Diffstat (limited to 'src/lib/netlist/macro')
-rw-r--r-- | src/lib/netlist/macro/nlm_ttl74xx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/netlist/macro/nlm_ttl74xx.cpp b/src/lib/netlist/macro/nlm_ttl74xx.cpp index 14a6eb233be..5a8120518b1 100644 --- a/src/lib/netlist/macro/nlm_ttl74xx.cpp +++ b/src/lib/netlist/macro/nlm_ttl74xx.cpp @@ -476,7 +476,7 @@ NETLIST_END() * * Naming conventions follow National Semiconductor datasheet * - * FIXME: Same as 7400, but drains higher output currents. + * NOTE: Same as 7400, but drains higher output currents. * Netlist currently does not model over currents (should it ever?) */ |