summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordyson <dyson@FreeBSD.org>1996-12-29 02:33:12 +0000
committerdyson <dyson@FreeBSD.org>1996-12-29 02:33:12 +0000
commita23fe88830c715cba0de703f4827e07d8ea27b6d (patch)
tree18f4e1df9d8b7ec3807cc3dbb4248392c145c680 /sys
parent3a939018c3842ac263749036f924109a47ad798f (diff)
downloadFreeBSD-src-a23fe88830c715cba0de703f4827e07d8ea27b6d.zip
FreeBSD-src-a23fe88830c715cba0de703f4827e07d8ea27b6d.tar.gz
Superficial cleanup of comment.
Diffstat (limited to 'sys')
-rw-r--r--sys/vm/vm_fault.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/vm_fault.c b/sys/vm/vm_fault.c
index ff64824..b7adba6 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.
*/
OpenPOWER on IntegriCloud