Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusTomlinson committed Nov 14, 2024
1 parent 8c57b94 commit ffe068f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/dspatch/Component.h
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ inline void Component::DisconnectAllInputs()
inputBus.ClearAllValues();
}

// remove a;; wires
// remove all wires
_inputWires.clear();
}

Expand Down

0 comments on commit ffe068f

Please sign in to comment.