Skip to content

Commit

Permalink
correct comment on Dispose(bool)
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingoverclouds committed Jun 4, 2022
1 parent 5249110 commit 6826419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NAudio.Midi/Midi/MidiIn.cs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public static MidiInCapabilities DeviceInfo(int midiInDeviceNumber)
}

/// <summary>
/// Closes the MIDI out device
/// Closes the MIDI in device
/// </summary>
/// <param name="disposing">True if called from Dispose</param>
protected virtual void Dispose(bool disposing)
Expand Down

0 comments on commit 6826419

Please sign in to comment.