Skip to content

Commit

Permalink
Fix a copy-paste issue in the NuttX raw type definition
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
no1wudi committed Nov 14, 2024
1 parent 3a258d1 commit 79e2af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/os/nuttx/raw.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! rtems raw type definitions
//! NuttX raw type definitions

#![stable(feature = "raw_ext", since = "1.1.0")]
#![deprecated(
Expand Down

0 comments on commit 79e2af2

Please sign in to comment.