Skip to content

Commit

Permalink
Rollup merge of rust-lang#133027 - no1wudi:master, r=jhpratt
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
GuillaumeGomez authored Nov 14, 2024
2 parents 6a783a4 + 79e2af2 commit e6cd869
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 e6cd869

Please sign in to comment.