Since my attachment was filtered out, here's the little patch in text.

Minor comment fix of src/sys/arch/amd64/include/pmap.h.  :)

diff -u pmap.h pmap2.h
--- pmap.h      2007-07-09 13:14:12.000000000 +0300
+++ pmap2.h     2007-07-12 11:59:46.000000000 +0300
@@ -167,7 +167,7 @@
  * the following defines give the virtual addresses of various MMU
  * data structures:
  * PTE_BASE and APTE_BASE: the base VA of the linear PTE mappings
- * PTD_BASE and APTD_BASE: the base VA of the recursive mapping of the PTD
+ * PDP_BASE and APDP_BASE: the base VA of the recursive mapping of the PDP
* PDP_PDE and APDP_PDE: the VA of the PDE that points back to the PDP/APDP
  *
  */

Reply via email to