diff options
| author | 2010-01-14 23:12:11 +0000 | |
|---|---|---|
| committer | 2010-01-14 23:12:11 +0000 | |
| commit | a3c911ba8b4b104be4d76dbf6fe4b9bdb7564ba1 (patch) | |
| tree | e019374e91267420d85101c5ab7c17de01195480 /sys/kern/subr_extent.c | |
| parent | Restore an if that got lost in the update. (diff) | |
| download | wireguard-openbsd-a3c911ba8b4b104be4d76dbf6fe4b9bdb7564ba1.tar.xz wireguard-openbsd-a3c911ba8b4b104be4d76dbf6fe4b9bdb7564ba1.zip | |
fix typos in comments, no code changes;
from Brad Tilley <brad at 16systems dot com>;
ok oga@
Diffstat (limited to 'sys/kern/subr_extent.c')
| -rw-r--r-- | sys/kern/subr_extent.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/subr_extent.c b/sys/kern/subr_extent.c index b56fc8a35a3..700414d42b7 100644 --- a/sys/kern/subr_extent.c +++ b/sys/kern/subr_extent.c @@ -1,4 +1,4 @@ -/* $OpenBSD: subr_extent.c,v 1.41 2009/10/13 20:53:41 miod Exp $ */ +/* $OpenBSD: subr_extent.c,v 1.42 2010/01/14 23:12:11 schwarze Exp $ */ /* $NetBSD: subr_extent.c,v 1.7 1996/11/21 18:46:34 cgd Exp $ */ /*- @@ -636,7 +636,7 @@ extent_alloc_subregion(struct extent *ex, u_long substart, u_long subend, * that we don't have to traverse the list again when * we insert ourselves. If "last" is NULL when we * finally insert ourselves, we go at the head of the - * list. See extent_insert_and_optimize() for deatails. + * list. See extent_insert_and_optimize() for details. */ last = NULL; @@ -1092,7 +1092,7 @@ extent_alloc_region_descriptor(struct extent *ex, int flags) /* * Don't muck with flags after pulling it off the - * freelist; it may be a dynamiclly allocated + * freelist; it may be a dynamically allocated * region pointer that was kindly given to us, * and we need to preserve that information. */ |
