From fc95bf1ac9191124d6b7e48c1c44ba32dbe868a6 Mon Sep 17 00:00:00 2001 From: travis-update-bot Date: Tue, 19 Jan 2016 12:09:28 +0000 Subject: [PATCH] Update blog to 86d27933ff7665da9f36b7a93d8beb73d2d6a7aa --- _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