Remove unneeded comma.

Noted by:	kensmith
This commit is contained in:
Konstantin Belousov 2008-09-12 13:04:39 +00:00
parent 9719da13e7
commit 0763bc964b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=182962

View File

@ -551,7 +551,7 @@ and instead should return immediately with an appropriate error.
The allocated memory will not be cached in the processor caches.
All memory accesses appear on the bus and are executed
without reordering.
Currently, the flag is implemented for i386 and amd64 architectures
Currently the flag is implemented for i386 and amd64 architectures
only, where it results in the Strong Uncacheable
PAT to be set for the allocated virtual address range.
.El