From: sjg Date: Thu, 2 Sep 2010 01:12:32 +0000 (-0700) Subject: typo X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/8898930f791b8e649270fabcf5071aa152bb2942 typo --- diff --git a/docs/developer/ProjectsPage.mdwn b/docs/developer/ProjectsPage.mdwn index a55faab4..f359c137 100644 --- a/docs/developer/ProjectsPage.mdwn +++ b/docs/developer/ProjectsPage.mdwn @@ -162,7 +162,7 @@ This page shall serve as a common place to look if you're in search of a DragonF * Increase performance of virtual kernels * Make use of hardware virtualization extensions, if supported, to manage vmspaces * Implement a KVM-compatible virtualization device to support qemu -* Hardware IOMMU support is not a priority and if implemented but be strictly optional. +* Hardware IOMMU support is not a priority and if implemented must be strictly optional. ### Remove zalloc * zalloc is a deprecated kernel interface and all current consumers can be ported to objcache, with varying levels of difficulty.