mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-22 00:43:24 +00:00
Fix all spelling mistakes in history by typos tool
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
b29d3b5409
commit
86f09eef75
@ -31,7 +31,7 @@ pub const SEMMNS: usize = SEMMNI * SEMMSL;
|
||||
pub const SEMOPM: usize = 500;
|
||||
/// MAximum semaphore value.
|
||||
pub const SEMVMX: i32 = 32767;
|
||||
/// Maximum value that can be recored for semaphore adjustment (SEM_UNDO).
|
||||
/// Maximum value that can be recorded for semaphore adjustment (SEM_UNDO).
|
||||
pub const SEMAEM: i32 = SEMVMX;
|
||||
|
||||
#[derive(Debug)]
|
||||
|
Reference in New Issue
Block a user