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 <huangqi3@xiaomi.com>
  • Loading branch information
no1wudi committed Nov 14, 2024
1 parent d19aa69 commit d8de2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 d8de2cc

Please sign in to comment.