aboutsummaryrefslogtreecommitdiff
path: root/src/soc/mediatek/mt8173/dramc_pi_calibration_api.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-02-20 14:17:55 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-02-25 10:14:44 +0000
commit1f220a9da7cf14b6c776b4323d5bff7b2bca12c5 (patch)
treefec6797a520f3cda37852c3468048d91546f5920 /src/soc/mediatek/mt8173/dramc_pi_calibration_api.c
parent41de2a08ec85df00ff85d87dbee2cb37185e5323 (diff)
soc/mediatek: Fix typos in comments
Also add missing whitespace. Change-Id: I3361122d5232072e68d018e84219a262acf34001 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39027 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jacob Garber <jgarber1@ualberta.ca>
Diffstat (limited to 'src/soc/mediatek/mt8173/dramc_pi_calibration_api.c')
-rw-r--r--src/soc/mediatek/mt8173/dramc_pi_calibration_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/mediatek/mt8173/dramc_pi_calibration_api.c b/src/soc/mediatek/mt8173/dramc_pi_calibration_api.c
index 492238a80c..f6c866bfdb 100644
--- a/src/soc/mediatek/mt8173/dramc_pi_calibration_api.c
+++ b/src/soc/mediatek/mt8173/dramc_pi_calibration_api.c
@@ -971,9 +971,9 @@ void perbit_window_cal(u32 channel, u8 type)
dqdqs_perbit_dly[i].best_last_dqsdly_pass = -2;
}
- /* 1. delay DQ,find the pass widnow (left boundary)
+ /* 1. delay DQ,find the pass window (left boundary)
* 2. delay DQS find the pass window (right boundary)
- * 3. find the best DQ / DQS to satify the middle value
+ * 3. find the best DQ / DQS to satisfy the middle value
* of the overall pass window per bit
* 4. set DQS delay to the max per byte, delay DQ to de-skew
*/