From 1bd054d718bab30a464f130ed6dcf4d2062ae0bd Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Tue, 19 Jan 2016 13:04:27 +0100 Subject: [PATCH] Fix type name: `EntryFlags` instead of `TableEntryFlags` --- 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 565025f3..c34d36b6 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 `TableEntryFlags::flags` method that uses [from_bits_truncate]: +To extract the flags from the entry we create a `EntryFlags::flags` method that uses [from_bits_truncate]: [from_bits_truncate]: https://doc.rust-lang.org/bitflags/bitflags/macro.bitflags!.html#methods