summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2007-12-23 23:31:27 +0000
committerstas <stas@FreeBSD.org>2007-12-23 23:31:27 +0000
commitcf2788b7693368d77b73809ca5528473d2fb09ba (patch)
tree27d4f292d3d3662f749f1880911e434c751acf53
parent602d82ddca44bb64c639ecb99ea3810c720a5db7 (diff)
downloadFreeBSD-src-cf2788b7693368d77b73809ca5528473d2fb09ba.zip
FreeBSD-src-cf2788b7693368d77b73809ca5528473d2fb09ba.tar.gz
- Fix a typo in comments.
MFC after: 1 week Approved by: cognet
-rw-r--r--sys/arm/at91/kb920x_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/at91/kb920x_machdep.c b/sys/arm/at91/kb920x_machdep.c
index f58a327..23f1152 100644
--- a/sys/arm/at91/kb920x_machdep.c
+++ b/sys/arm/at91/kb920x_machdep.c
@@ -213,7 +213,7 @@ static long
board_init(void)
{
/*
- * Since the USART supprots RS-485 multidrop mode, it allows the
+ * Since the USART supports RS-485 multidrop mode, it allows the
* TX pins to float. However, for RS-232 operations, we don't want
* these pins to float. Instead, they should be pulled up to avoid
* mismatches. Linux does something similar when it configures the
OpenPOWER on IntegriCloud