hybrid -> micro

This commit is contained in:
Jeremy Soller
2017-09-26 14:15:01 -06:00
parent fcf8120eec
commit 01a881243b

View File

@@ -1,6 +1,6 @@
//! # The Redox OS Kernel, version 2
//!
//! The Redox OS Kernel is a hybrid kernel that supports X86_64 systems and
//! The Redox OS Kernel is a microkernel that supports X86_64 systems and
//! provides Unix-like syscalls for primarily Rust applications
//#![deny(warnings)]