summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaksym Planeta <mcsim.planeta@gmail.com>2013-03-06 03:11:15 +0100
committerMaksym Planeta <mcsim.planeta@gmail.com>2013-03-06 03:11:15 +0100
commit883073e30fbb07de6775c0a941abcf6d22f1919c (patch)
tree703953d6a8916b7ef2a9c4d46aeec1c37dfdc27a
parent0de211991d1f995ff56800ce5d0082c008881376 (diff)
Fix variable names in comment
-rw-r--r--vm/vm_fault.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vm/vm_fault.c b/vm/vm_fault.c
index 14ba1749..5a6d5c64 100644
--- a/vm/vm_fault.c
+++ b/vm/vm_fault.c
@@ -330,8 +330,8 @@ vm_cleanup_after_error (vm_object_t obj, vm_page_t m,
* Determine bounds of clusters for possible pagein
* and pageout.
* Additional arguments:
- * OBJ is object for which clusters' bounds are
- * determined. OFFS is base offset in object.
+ * OBJECT is object for which clusters' bounds are
+ * determined. OFFSET is base offset in object.
* Function PAGE_IS_NOT_ELIGIBLE is used to determine if
* some page should be added to cluster.
* Results: