aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/allwinner/a10_ahci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm/allwinner/a10_ahci.c')
-rw-r--r--sys/arm/allwinner/a10_ahci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/allwinner/a10_ahci.c b/sys/arm/allwinner/a10_ahci.c
index 009ef5f1c83a..1b87ed4b2681 100644
--- a/sys/arm/allwinner/a10_ahci.c
+++ b/sys/arm/allwinner/a10_ahci.c
@@ -158,7 +158,7 @@ ahci_a10_phy_reset(device_t dev)
struct ahci_controller *ctlr = device_get_softc(dev);
/*
- * Here start the the magic -- most of the comments are based
+ * Here starts the magic -- most of the comments are based
* on guesswork, names of routines and printf error
* messages. The code works, but it will do that even if the
* comments are 100% BS.