aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/xilinx
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2016-05-04 15:48:59 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2016-05-04 15:48:59 +0000
commit255eff3b0d4d3dc1b170b48ef970e372dff1b825 (patch)
tree10598878693873bf0eb92ce254318ad8d4c66353 /sys/arm/xilinx
parent2ed46a6f7db211ae393591b23e4af577f001680e (diff)
downloadsrc-255eff3b0d4d3dc1b170b48ef970e372dff1b825.tar.gz
src-255eff3b0d4d3dc1b170b48ef970e372dff1b825.zip
sys/arm: Minor spelling fixes.
Only affects comments: no functional change.
Notes
Notes: svn path=/head/; revision=299069
Diffstat (limited to 'sys/arm/xilinx')
-rw-r--r--sys/arm/xilinx/zy7_slcr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/xilinx/zy7_slcr.c b/sys/arm/xilinx/zy7_slcr.c
index e243ff6f5deb..c99d5b0b5aef 100644
--- a/sys/arm/xilinx/zy7_slcr.c
+++ b/sys/arm/xilinx/zy7_slcr.c
@@ -177,7 +177,7 @@ zy7_slcr_preload_pl(void)
/* After PL configuration, enable level shifters and deassert top-level
* PL resets. Called from zy7_devcfg.c. Optionally, the level shifters
* can be left disabled but that's rare of an FPGA application. That option
- * is controled by a sysctl in the devcfg driver.
+ * is controlled by a sysctl in the devcfg driver.
*/
void
zy7_slcr_postload_pl(int en_level_shifters)