diff options
author | luzpaz <luzpaz@users.noreply.github.com> | 2020-10-29 12:35:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-29 12:35:15 -0400 |
commit | 3623a3da34ce1ee870d3f9d52582b2a082cf5f01 (patch) | |
tree | 3e851740fda3bb6c0341619ae6b2e528d9719279 /gr-digital/lib | |
parent | cae088eb3ef5bc12844fbbd265363bfadec6a798 (diff) |
Fix typos throughout the code
* Fix various typos
Found via `codespell v2.0.dev`
`codespell -q 3 -L ans,fo,hist,inout,ist,ith,nd,sinc,uint -S ./volk`
Diffstat (limited to 'gr-digital/lib')
-rw-r--r-- | gr-digital/lib/clock_tracking_loop.h | 2 | ||||
-rw-r--r-- | gr-digital/lib/constellation_receiver_cb_impl.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gr-digital/lib/clock_tracking_loop.h b/gr-digital/lib/clock_tracking_loop.h index 981114117f..ebc0893d3b 100644 --- a/gr-digital/lib/clock_tracking_loop.h +++ b/gr-digital/lib/clock_tracking_loop.h @@ -526,7 +526,7 @@ public: * properly from the desired input loop bandwidth and damping factor. * * When a new ted_gain is set, the gains, alpha and beta, - * of the loop are automatcally recalculated. + * of the loop are automatically recalculated. * * \param ted_gain expected gain of the timing error detector */ diff --git a/gr-digital/lib/constellation_receiver_cb_impl.h b/gr-digital/lib/constellation_receiver_cb_impl.h index b2768be6da..b5ee046a44 100644 --- a/gr-digital/lib/constellation_receiver_cb_impl.h +++ b/gr-digital/lib/constellation_receiver_cb_impl.h @@ -57,7 +57,7 @@ private: * Message handler port to update the phase of the rotator. The * phase should be a real number (float or double) that is added * to the current phase. So we can rotate the constellation by - * 90 degress by passing a value of pmt::from_double(GR_M_PI/2). + * 90 degrees by passing a value of pmt::from_double(GR_M_PI/2). */ void handle_rotate_phase(pmt::pmt_t rotation); |