diff options
Diffstat (limited to 'gr-digital/lib/interpolating_resampler.h')
-rw-r--r-- | gr-digital/lib/interpolating_resampler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-digital/lib/interpolating_resampler.h b/gr-digital/lib/interpolating_resampler.h index cdd0d976ea..7630189979 100644 --- a/gr-digital/lib/interpolating_resampler.h +++ b/gr-digital/lib/interpolating_resampler.h @@ -483,7 +483,7 @@ namespace gr { * * \details * This is the complex input, complex output, interpolating resampler - * object with a polyphase filter bank with a user provided protoype + * object with a polyphase filter bank with a user provided prototype * matched filter. The prototype matched filter must be designed at a * rate of nfilts times the output rate. */ @@ -542,7 +542,7 @@ namespace gr { * * \details * This is the float input, float output, interpolating resampler - * object with a polyphase filter bank with a user provided protoype + * object with a polyphase filter bank with a user provided prototype * matched filter. The prototype matched filter must be designed at a * rate of nfilts times the output rate. */ |