aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-07-17 21:18:49 +0000
committerWarner Losh <imp@FreeBSD.org>2018-07-17 21:18:49 +0000
commitfc4d56e7a2903804a0f54d0852467b8021176eff (patch)
tree23e1c97a8e35023ccceb73db2ae45aa1d71a3875 /sys/sparc64
parent61e8cc885bf7209d5992da02f0d1b3816911c43a (diff)
downloadsrc-fc4d56e7a2903804a0f54d0852467b8021176eff.tar.gz
src-fc4d56e7a2903804a0f54d0852467b8021176eff.zip
Fix a typo: change lists to list to match rest of sentence.
Also, I misspoke in r336428. Any devices on sparc64 machines on "isa" that can do DMA can do 32-bit address DMA and aren't limited to 24-bits of address.
Notes
Notes: svn path=/head/; revision=336430
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/include/vmparam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/include/vmparam.h b/sys/sparc64/include/vmparam.h
index b98ee8c56775..f23ebb06d65a 100644
--- a/sys/sparc64/include/vmparam.h
+++ b/sys/sparc64/include/vmparam.h
@@ -87,7 +87,7 @@
#define VM_FREEPOOL_DIRECT 1
/*
- * Create one free page lists: VM_FREELIST_DEFAULT is for all physical
+ * Create one free page list: VM_FREELIST_DEFAULT is for all physical
* pages.
*/
#define VM_NFREELIST 1