x86: pagetable walker: fix typo in comment
authorBjoern A. Zeeb <baz21@cam.ac.uk>
Mon, 16 Nov 2015 10:58:39 +0000 (04:58 -0600)
committerBjoern A. Zeeb <baz21@cam.ac.uk>
Mon, 16 Nov 2015 10:58:39 +0000 (04:58 -0600)
src/arch/x86/pagetable_walker.cc

index f2f11aa45d92f7e1b53a62a65e367362cdc2b550..5c9ab6beb7ca6ed0566e691364c92ce079ef121c 100644 (file)
@@ -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