Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mdias committed Jan 2, 2020
1 parent b35593b commit b3acfc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RS_ASIO/AsioSharedHost.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ bool AsioSharedHost::IsWaveFormatSupported(const WAVEFORMATEX& format, bool outp
return false;
}

// reject unsupported ASIO sample formaats
// reject unsupported ASIO sample formats
switch (sampleType)
{
case ASIOSTInt16LSB:
Expand Down

0 comments on commit b3acfc1

Please sign in to comment.