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:
parent
0819207c55
commit
b1eb89be02
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue