Skip to content

Commit 79e2af2

Browse files
committed
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. Signed-off-by: Huang Qi <[email protected]>
1 parent 3a258d1 commit 79e2af2

File tree

1 file changed

+1
-1
lines changed
  • library/std/src/os/nuttx

1 file changed

+1
-1
lines changed

library/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)