fix small documentation bug

This commit is contained in:
17liamnaddell
2018-07-21 21:46:11 -04:00
parent 2c2a96a935
commit 2de83eb932

View File

@@ -1,6 +1,6 @@
//! Context management
//! https://en.wikipedia.org/wiki/Context_switch
//! https://wiki.osdev.org/Context_Switching
//! # Context management
//!
//! For resources on contexts, please consult [wikipedia](https://en.wikipedia.org/wiki/Context_switch) and [osdev](https://wiki.osdev.org/Context_Switching)
use alloc::boxed::Box;
use core::alloc::{Alloc, GlobalAlloc, Layout};
use core::sync::atomic::Ordering;