From 595236df9b9b653817bc5821487b3c805d1c0c09 Mon Sep 17 00:00:00 2001 From: John Dyson Date: Sun, 29 Dec 1996 02:33:12 +0000 Subject: [PATCH] Superficial cleanup of comment. --- sys/vm/vm_fault.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/vm/vm_fault.c b/sys/vm/vm_fault.c index ff6482477dcb..b7adba666c55 100644 --- a/sys/vm/vm_fault.c +++ b/sys/vm/vm_fault.c @@ -66,7 +66,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_fault.c,v 1.58 1996/11/30 22:41:46 dyson Exp $ + * $Id: vm_fault.c,v 1.59 1996/12/14 17:54:13 dyson Exp $ */ /* @@ -205,7 +205,7 @@ RetryFault:; /* * If we are user-wiring a r/w segment, and it is COW, then * we need to do the COW operation. Note that we don't COW - * currently RO sections now, because there it is NOT desireable + * currently RO sections now, because it is NOT desirable * to COW .text. We simply keep .text from ever being COW'ed * and take the heat that one cannot debug wired .text sections. */