[git commit] setserial: Fix typo: s/baund_rate/baud_rate/g

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Mar 22 16:04:51 UTC 2013


commit: http://git.busybox.net/busybox/commit/?id=c608731e78736ec177461577e505e250f2dd3614
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

as noted by Christoph Handel opensource at macht-blau.org

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 miscutils/setserial.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/miscutils/setserial.c b/miscutils/setserial.c
index 2a034e3..dfed330 100644
--- a/miscutils/setserial.c
+++ b/miscutils/setserial.c
@@ -223,7 +223,7 @@ struct serial_struct {
 //usage:	"	-v	Verbose\n"
 //usage:	"\n"
 //usage:	"Parameters: (* = takes an argument, ^ = can be turned off by preceding ^)\n"
-//usage:	"	*port, *irq, *divisor, *uart, *baund_base, *close_delay, *closing_wait,\n"
+//usage:	"	*port, *irq, *divisor, *uart, *baud_base, *close_delay, *closing_wait,\n"
 //usage:	"	^fourport, ^auto_irq, ^skip_test, ^sak, ^session_lockout, ^pgrp_lockout,\n"
 //usage:	"	^callout_nohup, ^split_termios, ^hup_notify, ^low_latency, autoconfig,\n"
 //usage:	"	spd_normal, spd_hi, spd_vhi, spd_shi, spd_warp, spd_cust\n"
@@ -311,7 +311,7 @@ static const char commands[] =
 	"irq\0"
 	"divisor\0"
 	"uart\0"
-	"baund_base\0"
+	"baud_base\0"
 	"close_delay\0"
 	"closing_wait\0"
 


More information about the busybox-cvs mailing list