From d8de2ccfc5534ec69e7585b4ca6c2aa9ab64876c Mon Sep 17 00:00:00 2001 From: Huang Qi Date: Thu, 14 Nov 2024 14:50:30 +0800 Subject: [PATCH] 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 --- std/src/os/nuttx/raw.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/std/src/os/nuttx/raw.rs b/std/src/os/nuttx/raw.rs index 113079cf4abdc..431e66d69a372 100644 --- a/std/src/os/nuttx/raw.rs +++ b/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")] #![deprecated(