diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-02-21 10:26:21 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-02-21 10:26:21 +0000 |
commit | 48dfbe7c33af1bd6ed763030a8fca2e6e6024dd8 (patch) | |
tree | 32a2bd614c847434a680d8644eeee240cc4d3d8f /sys/uvm | |
parent | 121dec1e21fb1603294507b15401055ade51d4a1 (diff) |
interting -> inserting
Diffstat (limited to 'sys/uvm')
-rw-r--r-- | sys/uvm/uvm_addr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/uvm/uvm_addr.c b/sys/uvm/uvm_addr.c index 317a427da49..c68a1beea05 100644 --- a/sys/uvm/uvm_addr.c +++ b/sys/uvm/uvm_addr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_addr.c,v 1.30 2021/03/20 10:24:21 mpi Exp $ */ +/* $OpenBSD: uvm_addr.c,v 1.31 2022/02/21 10:26:20 jsg Exp $ */ /* * Copyright (c) 2011 Ariane van der Steldt <ariane@stack.nl> @@ -815,7 +815,7 @@ uaddr_bestfit_insert(struct vm_map *map, struct uvm_addr_state *uaddr_p, if ((rb_rv = RBT_INSERT(uaddr_free_rbtree, &uaddr->ubf_free, entry)) != NULL) { panic("%s: duplicate insertion: state %p " - "interting %p, colliding with %p", __func__, + "inserting %p, colliding with %p", __func__, uaddr, entry, rb_rv); } } |