From c4bed0ace1c81503b76ecd9e6b914088ad0d7576 Mon Sep 17 00:00:00 2001 From: sthen Date: Wed, 10 Jun 2015 21:16:41 +0000 Subject: [PATCH] breath->breadth --- libexec/ld.so/library_subr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libexec/ld.so/library_subr.c b/libexec/ld.so/library_subr.c index be90aee3f77..92ed343e7ff 100644 --- a/libexec/ld.so/library_subr.c +++ b/libexec/ld.so/library_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: library_subr.c,v 1.43 2015/06/10 20:50:05 miod Exp $ */ +/* $OpenBSD: library_subr.c,v 1.44 2015/06/10 21:16:41 sthen Exp $ */ /* * Copyright (c) 2002 Dale Rahn @@ -547,7 +547,7 @@ _dl_cache_grpsym_list(elf_object_t *object) /* * grpsym_list is an ordered list of all child libs of the * _dl_loading_object with no dups. The order is equivalent - * to a breath-first traversal of the child list without dups. + * to a breadth-first traversal of the child list without dups. */ TAILQ_FOREACH(n, &object->child_list, next_sib) -- 2.20.1