1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

Fixed typo in comment

This commit is contained in:
Dennis Potter 2018-11-05 23:47:47 +01:00
parent 0819207c55
commit b1eb89be02

View file

@ -94,7 +94,7 @@ static void signal_generator_init_signals(struct node *n)
int rtype = s->type == SIGNAL_GENERATOR_TYPE_MIXED ? i % 7 : s->type;
sig->name = strdup(signal_generator_type_str(rtype));
sig->type = SIGNAL_TYPE_FLOAT; /* All generated sinals are of type float */
sig->type = SIGNAL_TYPE_FLOAT; /* All generated signals are of type float */
list_push(&n->signals, sig);
}