summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/nl_dice_compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/nl_dice_compat.h')
-rw-r--r--src/lib/netlist/nl_dice_compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/netlist/nl_dice_compat.h b/src/lib/netlist/nl_dice_compat.h
index a6546e32d52..209f18d82af 100644
--- a/src/lib/netlist/nl_dice_compat.h
+++ b/src/lib/netlist/nl_dice_compat.h
@@ -3,7 +3,7 @@
/*
* nl_dice_compat.h
*
- * The follwoing script will convert a circuit using dice syntax into netlist
+ * The following script will convert a circuit using dice syntax into netlist
* syntax. It's not fail proof, but eases the manual work involved significantly.
sed -e 's/#define \(.*\)"\(.*\)"[ \t]*,[ \t]*\(.*\)/NET_ALIAS(\1,\2.\3)/' src/mame/drivers/nl_breakout.c \