@@ -345,18 +345,18 @@ libc_enum!{
345
345
B115200 ,
346
346
B230400 ,
347
347
#[ cfg( any( target_os = "android" ,
348
- target_os = "freebsd" ,
349
- target_os = "linux" ,
350
- taget_os = "netbsd" ) ) ]
348
+ target_os = "freebsd" ,
349
+ target_os = "linux" ,
350
+ target_os = "netbsd" ) ) ]
351
351
B460800 ,
352
352
#[ cfg( any( target_os = "android" , target_os = "linux" ) ) ]
353
353
B500000 ,
354
354
#[ cfg( any( target_os = "android" , target_os = "linux" ) ) ]
355
355
B576000 ,
356
356
#[ cfg( any( target_os = "android" ,
357
- target_os = "freebsd" ,
358
- target_os = "linux" ,
359
- taget_os = "netbsd" ) ) ]
357
+ target_os = "freebsd" ,
358
+ target_os = "linux" ,
359
+ target_os = "netbsd" ) ) ]
360
360
B921600 ,
361
361
#[ cfg( any( target_os = "android" , target_os = "linux" ) ) ]
362
362
B1000000 ,
@@ -444,7 +444,7 @@ impl From<libc::speed_t> for BaudRate {
444
444
#[ cfg( any( target_os = "android" ,
445
445
target_os = "freebsd" ,
446
446
target_os = "linux" ,
447
- taget_os = "netbsd" ) ) ]
447
+ target_os = "netbsd" ) ) ]
448
448
B460800 => BaudRate :: B460800 ,
449
449
#[ cfg( any( target_os = "android" , target_os = "linux" ) ) ]
450
450
B500000 => BaudRate :: B500000 ,
@@ -453,7 +453,7 @@ impl From<libc::speed_t> for BaudRate {
453
453
#[ cfg( any( target_os = "android" ,
454
454
target_os = "freebsd" ,
455
455
target_os = "linux" ,
456
- taget_os = "netbsd" ) ) ]
456
+ target_os = "netbsd" ) ) ]
457
457
B921600 => BaudRate :: B921600 ,
458
458
#[ cfg( any( target_os = "android" , target_os = "linux" ) ) ]
459
459
B1000000 => BaudRate :: B1000000 ,
0 commit comments