diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2011-07-07 14:25:16 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2011-07-07 14:25:16 +0000 |
commit | abb44b25f24931aeec1825cceafb95f2057e6bd8 (patch) | |
tree | b97b1805131a1aac8d50c04c3ce04bed849f2428 /sys/uvm | |
parent | 02581333efd2c3d4bf8319a84e229736aa277544 (diff) |
fix typos; while here, improve spacing in comments.
changes to libevent and zlib headers sent to the upstream maintainers.
ok jmc@ (for typos), millert@
Diffstat (limited to 'sys/uvm')
-rw-r--r-- | sys/uvm/uvm_object.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/uvm/uvm_object.h b/sys/uvm/uvm_object.h index 1ece82c1368..65ae4445f81 100644 --- a/sys/uvm/uvm_object.h +++ b/sys/uvm/uvm_object.h @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_object.h,v 1.17 2010/04/30 21:56:39 oga Exp $ */ +/* $OpenBSD: uvm_object.h,v 1.18 2011/07/07 14:25:15 sobrado Exp $ */ /* $NetBSD: uvm_object.h,v 1.11 2001/03/09 01:02:12 chs Exp $ */ /* @@ -60,10 +60,10 @@ struct uvm_object { * memory objects don't have reference counts -- they never die). * * this value is used to detected kernel object mappings at uvm_unmap() - * time. normally when an object is unmapped its pages eventaully become - * deactivated and then paged out and/or freed. this is not useful + * time. normally when an object is unmapped its pages eventually become + * deactivated and then paged out and/or freed. this is not useful * for kernel objects... when a kernel object is unmapped we always want - * to free the resources associated with the mapping. UVM_OBJ_KERN + * to free the resources associated with the mapping. UVM_OBJ_KERN * allows us to decide which type of unmapping we want to do. * * in addition, we have kernel objects which may be used in an |