summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2012-01-15 06:53:23 +0000
committerdholland <dholland@NetBSD.org>2012-01-15 06:53:23 +0000
commit565497c8f2a2ff1359472dbd6de50aaad9a0eb01 (patch)
treec1c28210ead567a66cf1cdb0f7bacc1ee35e4d4a
parenta102d752ba2f033b1bd37786b0df4c84a72eb322 (diff)
typo
-rw-r--r--doc/roadmaps/system4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/roadmaps/system b/doc/roadmaps/system
index ad4ff31b7a6..1726e099b8d 100644
--- a/doc/roadmaps/system
+++ b/doc/roadmaps/system
@@ -1,4 +1,4 @@
-$NetBSD: system,v 1.10 2012/01/15 03:11:13 agc Exp $
+$NetBSD: system,v 1.11 2012/01/15 06:53:23 dholland Exp $
NetBSD System Roadmap
=====================
@@ -117,7 +117,7 @@ Improve the scheduler to make decisions about thread migration
according to the topology, to get better thread affinity and less
cache thrashing, and thus improve overall performance in modern SMP
systems. Code has been written, but did not show any performance
-impreovment. We will continue to monitor this area.
+improvement. We will continue to monitor this area.
Responsible: rmind