From cb8c4388201345d5edd9f11aebf61f3539fabf7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Szczepa=C5=84ski?= Date: Wed, 20 Jan 2016 13:34:15 +0000 Subject: [PATCH] Fix type name: `Entry` instead of `EntryFlags` Fix for #120 --- posts/2015-12-09-modifying-page-tables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/2015-12-09-modifying-page-tables.md b/posts/2015-12-09-modifying-page-tables.md index 7e117ae7..c93dd6bf 100644 --- a/posts/2015-12-09-modifying-page-tables.md +++ b/posts/2015-12-09-modifying-page-tables.md @@ -118,7 +118,7 @@ bitflags! { } } ``` -To extract the flags from the entry we create a `EntryFlags::flags` method that uses [from_bits_truncate]: +To extract the flags from the entry we create an `Entry::flags` method that uses [from_bits_truncate]: [from_bits_truncate]: https://doc.rust-lang.org/bitflags/bitflags/macro.bitflags!.html#methods