diff options
Diffstat (limited to 'runtime/src/system.rs')
-rw-r--r-- | runtime/src/system.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/src/system.rs b/runtime/src/system.rs index b6fb4fdf..8b0ec2d8 100644 --- a/runtime/src/system.rs +++ b/runtime/src/system.rs @@ -8,7 +8,7 @@ pub enum Action { QueryInformation(oneshot::Sender<Information>), } -/// Contains informations about the system (e.g. system name, processor, memory, graphics adapter). +/// Contains information about the system (e.g. system name, processor, memory, graphics adapter). #[derive(Clone, Debug)] pub struct Information { /// The operating system name |