aboutsummaryrefslogtreecommitdiff
path: root/cmos/cd4027.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmos/cd4027.c')
-rw-r--r--cmos/cd4027.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmos/cd4027.c b/cmos/cd4027.c
index 69aaf48..18058a6 100644
--- a/cmos/cd4027.c
+++ b/cmos/cd4027.c
@@ -5,7 +5,7 @@
typedef struct _cd4027
{
t_object x_obj;
- t_int x_state;/* set = bit0, clock = bit1, reset = bit2 j = bit3 k = bit4 q = bit 5 */
+ int x_state;/* set = bit0, clock = bit1, reset = bit2 j = bit3 k = bit4 q = bit 5 */
t_outlet *x_Q;
t_outlet *x_notQ;
t_inlet *x_set;/* set takes one or zero as acceptable inputs. */