diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2024-11-14 18:26:16 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-14 18:26:16 +0800 |
| commit | e6cd8699eab4c434a54c92aa1747e97dc5da3663 (patch) | |
| tree | 5cca9e887688858b4d1473a3c5d322e3c6fe7593 /library/std/src | |
| parent | 6a783a4c5eabced6d959eb4af82caf78a72f796b (diff) | |
| parent | 79e2af285a23d29e362870689cc47e26a57d5074 (diff) | |
| download | rust-e6cd8699eab4c434a54c92aa1747e97dc5da3663.tar.gz rust-e6cd8699eab4c434a54c92aa1747e97dc5da3663.zip | |
Rollup merge of #133027 - no1wudi:master, r=jhpratt
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.
Diffstat (limited to 'library/std/src')
| -rw-r--r-- | library/std/src/os/nuttx/raw.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/os/nuttx/raw.rs b/library/std/src/os/nuttx/raw.rs index 113079cf4ab..431e66d69a3 100644 --- a/library/std/src/os/nuttx/raw.rs +++ b/library/std/src/os/nuttx/raw.rs @@ -1,4 +1,4 @@ -//! rtems raw type definitions +//! NuttX raw type definitions #![stable(feature = "raw_ext", since = "1.1.0")] #