From 93d46f4d3bfd0a176ce87839f9e0e86c7d0db165 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sat, 30 May 2020 22:04:41 +0200 Subject: [PATCH 232/325] libdtrace: Fix comment typo Obtained from: ElectroBSD --- cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c b/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c index 589b30aa8654..afad27bef33c 100644 --- a/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c +++ b/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c @@ -1200,7 +1200,7 @@ process_obj(dtrace_hdl_t *dtp, const char *obj, int *eprobesp) /* * We use this token as a relatively unique handle for this file on the * system in order to disambiguate potential conflicts between files of - * the same name which contain identially named local symbols. + * the same name which contain identically named local symbols. */ if ((objkey = hash_obj(obj, fd)) == (unsigned int)-1) return (dt_link_error(dtp, elf, fd, bufs, -- 2.32.0