aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/uma_int.h
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2016-05-02 20:16:29 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2016-05-02 20:16:29 +0000
commit763df3ec5562b7ed4d9a5af2b4897e31f6127aa8 (patch)
tree3a85b6c0bdd8e0e331529fb8c33efe7a62260f9c /sys/vm/uma_int.h
parentf6b6084b8e1104cb40031e9cf58f7f531af53990 (diff)
downloadsrc-763df3ec5562b7ed4d9a5af2b4897e31f6127aa8.tar.gz
src-763df3ec5562b7ed4d9a5af2b4897e31f6127aa8.zip
sys/vm: minor spelling fixes in comments.
No functional change.
Notes
Notes: svn path=/head/; revision=298940
Diffstat (limited to 'sys/vm/uma_int.h')
-rw-r--r--sys/vm/uma_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/uma_int.h b/sys/vm/uma_int.h
index c4235ce20a64..461558bedcac 100644
--- a/sys/vm/uma_int.h
+++ b/sys/vm/uma_int.h
@@ -415,7 +415,7 @@ vsetslab(vm_offset_t va, uma_slab_t slab)
/*
* The following two functions may be defined by architecture specific code
- * if they can provide more effecient allocation functions. This is useful
+ * if they can provide more efficient allocation functions. This is useful
* for using direct mapped addresses.
*/
void *uma_small_alloc(uma_zone_t zone, vm_size_t bytes, uint8_t *pflag,