aboutsummaryrefslogtreecommitdiff
path: root/src/soc/nvidia/tegra124/sdram_lp0.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/nvidia/tegra124/sdram_lp0.c')
-rw-r--r--src/soc/nvidia/tegra124/sdram_lp0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/nvidia/tegra124/sdram_lp0.c b/src/soc/nvidia/tegra124/sdram_lp0.c
index d5019d9ef8..536ad31804 100644
--- a/src/soc/nvidia/tegra124/sdram_lp0.c
+++ b/src/soc/nvidia/tegra124/sdram_lp0.c
@@ -23,7 +23,7 @@
#include <stdlib.h>
/*
- * This function reads SDRAM parameters (and a few CLK_RST regsiter values) from
+ * This function reads SDRAM parameters (and a few CLK_RST register values) from
* the common BCT format and writes them into PMC scratch registers (where the
* BootROM expects them on LP0 resume). Since those store the same values in a
* different format, we follow a "translation table" taken from Nvidia's U-Boot