Skip to content

Commit 918cc8d

Browse files
Rollup merge of rust-lang#133027 - no1wudi:master, r=jhpratt
Fix a copy-paste issue in the NuttX raw type definition This file is copied from the rtems as initial implementation, and forgot to change the OS name in the comment.
2 parents 25f5512 + d8de2cc commit 918cc8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/os/nuttx/raw.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! rtems raw type definitions
1+
//! NuttX raw type definitions
22
33
#![stable(feature = "raw_ext", since = "1.1.0")]
44
#![deprecated(

0 commit comments

Comments
 (0)