changeset 80e82ce1978d in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=80e82ce1978d
description:
x86: pagetable walker: fix typo in comment
diffstat:
src/arch/x86/pagetable_walker.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 646c603c04e2 -r 80e82ce1978d src/arch/x86/pagetable_walker.cc
--- a/src/arch/x86/pagetable_walker.cc Mon Nov 16 04:58:39 2015 -0600
+++ b/src/arch/x86/pagetable_walker.cc Mon Nov 16 04:58:39 2015 -0600
@@ -622,7 +622,7 @@
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
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev