fix typo in comment

This commit is contained in:
windinthew 2013-01-12 08:21:40 +00:00
parent 891d22bdcf
commit aac65490f9
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
// Resamplers.
// Only one of each type of resampler (constant or variable rate) should be defined.
// libsoxr is used for constant-rate and var-rat resampling.
// libsoxr is used for constant-rate and var-rate resampling.
// libsoxr currently our only const-rate resampler, so should always be #defined.
#define USE_LIBSOXR 1