summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/layer1/afc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/firmware/layer1/afc.c')
-rw-r--r--src/target/firmware/layer1/afc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/layer1/afc.c b/src/target/firmware/layer1/afc.c
index 3890972d..92545a7f 100644
--- a/src/target/firmware/layer1/afc.c
+++ b/src/target/firmware/layer1/afc.c
@@ -60,7 +60,7 @@ static struct afc_state afc_state = {
* DAC = 1MHz / 947MHz * FreqErr(Hz) / AFCslop(ppm/LSB)
* where:
* 947 MHz is the center of EGSM
- * AFCslope is coded F1.15, thus a normalization factor of 2^15 aplpies
+ * AFCslope is coded F1.15, thus a normalization factor of 2^15 applies
*/
#define AFC_NORM_FACTOR_GSM ((1<<15) / 947)