Skip to content

Commit ffe068f

Browse files
Fix typo
1 parent 8c57b94 commit ffe068f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/dspatch/Component.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ inline void Component::DisconnectAllInputs()
291291
inputBus.ClearAllValues();
292292
}
293293

294-
// remove a;; wires
294+
// remove all wires
295295
_inputWires.clear();
296296
}
297297

0 commit comments

Comments
 (0)