Skip to content

Commit d8de2cc

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 d19aa69 commit d8de2cc

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)