From nobody Fri Dec 03 15:54:27 2021 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 0B44A18B7426; Fri, 3 Dec 2021 15:54:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4J5HSg3vLYz3NqD; Fri, 3 Dec 2021 15:54:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5195913B93; Fri, 3 Dec 2021 15:54:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1B3FsRxN062371; Fri, 3 Dec 2021 15:54:27 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1B3FsRex062370; Fri, 3 Dec 2021 15:54:27 GMT (envelope-from git) Date: Fri, 3 Dec 2021 15:54:27 GMT Message-Id: <202112031554.1B3FsRex062370@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Gordon Bergling Subject: git: fcece3a9f5d7 - stable/13 - elf(3): Fix a typo in a sysctl description List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gbe X-Git-Repository: src X-Git-Refname: refs/heads/stable/13 X-Git-Reftype: branch X-Git-Commit: fcece3a9f5d74fbb10f11186308e12887e8bc594 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638546867; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=DTo5HAMyLz5YWNrtzCNtYVtBgcjz2S4LAcQDdX+pFdY=; b=eyRqRtbC97dwFABHxtzrwkKUfeC+YnZ5uuBFRYhXYCt9gPJi26u1c3Ix4FQrg+ozy80qsA Vo5VY/fDiuJxIQ6H/Tz0LEZDlywwL+HPnhEcehltOxnzbT/6Vsj7dLNP8thhzMqdUdZ/GV VGri2eyhSWA8EJognYheMbUXG3GXkf4GtIRSAsiW/LzRmXmo9r+2l+yKTLp9MAgkw4HOBK +CgyzCrSugDi4+TTR8YrfVuuClfi9c83OEx8wUsGhnYZgsO2J+QoCaCYcROcG2gM28NAW/ gXw4dSRMqPsjt4gD4zHvQITB2kKroRfB/YExJ5a+ogPRsnuTXz9hHWyc7CQh3w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638546867; a=rsa-sha256; cv=none; b=KYwhL+Fksbzg26ipSHH/MnLqzRKx8HuRamiK3lFk4gwzO7IKMSrobKxaNlcaD7J41zfenI etF90N+MvlCj41HeWer+KNKDqUoKLoo9Zp1Mw35rYLfGxCiDaKc5+NMaq9nmCHz7n8zimR cQfN8g0snBPp7w5gh1Np38p+tuczwCPbcQJBzAUL1+vpoKUCMTUoURezdNSv6i5kzTbCk2 nV3XsJw6aR7ngWitvbfGvtyzaidisJHreLdeNYEqzzjOdDhzVYuntmvdrBFy5FrZuZYdfV ZpfqA8lwpBT/rvuVkLOXQqZZ/YmMMYsQ/ldsLVzGzFArFv3oyC2+SOOPCcFlwA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=fcece3a9f5d74fbb10f11186308e12887e8bc594 commit fcece3a9f5d74fbb10f11186308e12887e8bc594 Author: Gordon Bergling AuthorDate: 2021-11-30 09:38:34 +0000 Commit: Gordon Bergling CommitDate: 2021-12-03 15:52:02 +0000 elf(3): Fix a typo in a sysctl description - s/segement/segment/ (cherry picked from commit c8ca80e22381e68f7cc23e8822f3ef5e6a68c3c0) --- usr.bin/gcore/elfcore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/gcore/elfcore.c b/usr.bin/gcore/elfcore.c index d936aa023e79..9c5be76cfd7c 100644 --- a/usr.bin/gcore/elfcore.c +++ b/usr.bin/gcore/elfcore.c @@ -516,7 +516,7 @@ elf_puthdr(int efd, pid_t pid, struct map_entry *map, void *hdr, size_t hdrsize, */ phdr = (Elf_Phdr *)((char *)hdr + ehdr->e_phoff); - /* The note segement. */ + /* The note segment. */ phdr->p_type = PT_NOTE; phdr->p_offset = hdrsize; phdr->p_vaddr = 0;