diff options
| author | Rebecca Cran <brucec@FreeBSD.org> | 2010-11-09 10:59:09 +0000 |
|---|---|---|
| committer | Rebecca Cran <brucec@FreeBSD.org> | 2010-11-09 10:59:09 +0000 |
| commit | b1ce21c6efcf01904c5ae425327bfeca3c1b47b5 (patch) | |
| tree | de27851d14573db38e387b4520440178ecc95fa9 /sys/dev/uart/uart_subr.c | |
| parent | d6cb4126e3505ea73fd0760d906d27123e8240bf (diff) | |
Notes
Diffstat (limited to 'sys/dev/uart/uart_subr.c')
| -rw-r--r-- | sys/dev/uart/uart_subr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/uart/uart_subr.c b/sys/dev/uart/uart_subr.c index 2cab82535d0a7..6b32c242018d1 100644 --- a/sys/dev/uart/uart_subr.c +++ b/sys/dev/uart/uart_subr.c @@ -172,8 +172,8 @@ out: /* * Parse a device specification. The specification is a list of attributes - * seperated by commas. Each attribute is a tag-value pair with the tag and - * value seperated by a colon. Supported tags are: + * separated by commas. Each attribute is a tag-value pair with the tag and + * value separated by a colon. Supported tags are: * * br = Baudrate * ch = Channel |
