From 5221d4a4cff3f1d3153dac193ad85355c45cb7c6 Mon Sep 17 00:00:00 2001 From: travis-update-bot Date: Wed, 20 Jan 2016 13:44:06 +0000 Subject: [PATCH] Update blog to df72565933431a40f0dc9d8e041aec553e79f4c3 --- _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