76: typo fix r=Lokathor a=Lokathor



Co-authored-by: Lokathor <zefria@gmail.com>
This commit is contained in:
bors[bot] 2019-03-30 22:54:44 +00:00
commit 7b79d012b4

View file

@ -156,7 +156,7 @@ impl IrqEnableSetting {
/// Yes, you want to have interrupts.
pub const IRQ_YES: Self = Self::new().with_interrupts_enabled(true);
/// No, please do not have interrupts.
/// No, you do not want to have interrupts.
pub const IRQ_NO: Self = Self::new();
}