summaryrefslogtreecommitdiff
path: root/src/arch/x86/pagetable_walker.cc
diff options
context:
space:
mode:
authorBjoern A. Zeeb <baz21@cam.ac.uk>2015-11-16 04:58:39 -0600
committerBjoern A. Zeeb <baz21@cam.ac.uk>2015-11-16 04:58:39 -0600
commit5c49635f20ddf2ff2740b1f7cbc44f3e1af66e77 (patch)
tree7a9ee9d641e23f15095b49bd0f48623b9758f42e /src/arch/x86/pagetable_walker.cc
parenta95e8ab8879a39b5d4a9c284ca4aaa15c81a46a0 (diff)
downloadgem5-5c49635f20ddf2ff2740b1f7cbc44f3e1af66e77.tar.xz
x86: pagetable walker: fix typo in comment
Diffstat (limited to 'src/arch/x86/pagetable_walker.cc')
-rw-r--r--src/arch/x86/pagetable_walker.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/pagetable_walker.cc b/src/arch/x86/pagetable_walker.cc
index f2f11aa45..5c9ab6beb 100644
--- a/src/arch/x86/pagetable_walker.cc
+++ b/src/arch/x86/pagetable_walker.cc
@@ -622,7 +622,7 @@ Walker::WalkerState::recvPacket(PacketPtr pkt)
nextState = Waiting;
if (timingFault == NoFault) {
/*
- * Finish the translation. Now that we now the right entry is
+ * Finish the translation. Now that we know the right entry is
* in the TLB, this should work with no memory accesses.
* There could be new faults unrelated to the table walk like
* permissions violations, so we'll need the return value as