From fa91a108fd3706f49f746fee1e1a8c45d5d97bc8 Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Mon, 21 Dec 2020 11:54:08 +0200 Subject: [PATCH] fix typo --- nucleus/src/caps/derivation_tree.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nucleus/src/caps/derivation_tree.rs b/nucleus/src/caps/derivation_tree.rs index 8dc3c16..c1040db 100644 --- a/nucleus/src/caps/derivation_tree.rs +++ b/nucleus/src/caps/derivation_tree.rs @@ -39,7 +39,7 @@ register_bitfields! { // drop bottom 4 bits from it in these fields. Next OFFSET(4) NUMBITS(44) [], // 16-bytes-aligned, size of canonical phys address is 48 bits // -- 16 bits still free here -- - // -- New word doundary -- + // -- New word boundary -- // -- 4 bits still free here -- // Prev CTE node address -- per cteInsert this is address of the entire CTE slot Prev OFFSET(68) NUMBITS(44) []