diff options
Diffstat (limited to 'gr-digital/lib/mpsk_receiver_cc_impl.h')
-rw-r--r-- | gr-digital/lib/mpsk_receiver_cc_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-digital/lib/mpsk_receiver_cc_impl.h b/gr-digital/lib/mpsk_receiver_cc_impl.h index 48a9e43e58..efbf8bf6b9 100644 --- a/gr-digital/lib/mpsk_receiver_cc_impl.h +++ b/gr-digital/lib/mpsk_receiver_cc_impl.h @@ -199,7 +199,7 @@ namespace gr { * point to the proper decision function for the specified * constellation order. * - * \return index into d_constellation point that is the closest to the recieved sample + * \return index into d_constellation point that is the closest to the received sample */ unsigned int (mpsk_receiver_cc_impl::*d_decision)(gr_complex sample) const; |