summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_fault.c
diff options
context:
space:
mode:
authordyson <dyson@FreeBSD.org>1995-09-14 13:42:52 +0000
committerdyson <dyson@FreeBSD.org>1995-09-14 13:42:52 +0000
commitd0216ffdd08da8f180adbf29b91e993abb3d37d4 (patch)
tree1aea9e48f7a8e31655943a2ca3675019b5ce6a14 /sys/vm/vm_fault.c
parent1104c373a38eeb7b555c83f05e84ceb441ac4f71 (diff)
downloadFreeBSD-src-d0216ffdd08da8f180adbf29b91e993abb3d37d4.zip
FreeBSD-src-d0216ffdd08da8f180adbf29b91e993abb3d37d4.tar.gz
Fixed a typo in vm_fault_additional_pages.
Diffstat (limited to 'sys/vm/vm_fault.c')
-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 0c825f6..ed8fb2f 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.29 1995/09/06 05:37:39 dyson Exp $
+ * $Id: vm_fault.c,v 1.30 1995/09/11 00:45:15 dyson Exp $
*/
/*
@@ -1034,7 +1034,7 @@ vm_fault_additional_pages(first_object, first_offset, m, rbehind, raheada, marra
if (i < treqpage) {
int j;
for (j = 0; j < i; j++) {
- FREE_PAGE(marray[i]);
+ FREE_PAGE(marray[j]);
}
*reqpage = 0;
marray[0] = m;
OpenPOWER on IntegriCloud