@@ -224,18 +224,18 @@ libc_enum!{
224
224
B115200 ,
225
225
B230400 ,
226
226
#[ cfg( any( target_os = "android" ,
227
- target_os = "freebsd" ,
228
- target_os = "linux" ,
229
- taget_os = "netbsd" ) ) ]
227
+ target_os = "freebsd" ,
228
+ target_os = "linux" ,
229
+ target_os = "netbsd" ) ) ]
230
230
B460800 ,
231
231
#[ cfg( any( target_os = "android" , target_os = "linux" ) ) ]
232
232
B500000 ,
233
233
#[ cfg( any( target_os = "android" , target_os = "linux" ) ) ]
234
234
B576000 ,
235
235
#[ cfg( any( target_os = "android" ,
236
- target_os = "freebsd" ,
237
- target_os = "linux" ,
238
- taget_os = "netbsd" ) ) ]
236
+ target_os = "freebsd" ,
237
+ target_os = "linux" ,
238
+ target_os = "netbsd" ) ) ]
239
239
B921600 ,
240
240
#[ cfg( any( target_os = "android" , target_os = "linux" ) ) ]
241
241
B1000000 ,
@@ -323,7 +323,7 @@ impl From<libc::speed_t> for BaudRate {
323
323
#[ cfg( any( target_os = "android" ,
324
324
target_os = "freebsd" ,
325
325
target_os = "linux" ,
326
- taget_os = "netbsd" ) ) ]
326
+ target_os = "netbsd" ) ) ]
327
327
B460800 => BaudRate :: B460800 ,
328
328
#[ cfg( any( target_os = "android" , target_os = "linux" ) ) ]
329
329
B500000 => BaudRate :: B500000 ,
@@ -332,7 +332,7 @@ impl From<libc::speed_t> for BaudRate {
332
332
#[ cfg( any( target_os = "android" ,
333
333
target_os = "freebsd" ,
334
334
target_os = "linux" ,
335
- taget_os = "netbsd" ) ) ]
335
+ target_os = "netbsd" ) ) ]
336
336
B921600 => BaudRate :: B921600 ,
337
337
#[ cfg( any( target_os = "android" , target_os = "linux" ) ) ]
338
338
B1000000 => BaudRate :: B1000000 ,
0 commit comments