From nobody Fri Dec 03 15:58:03 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 B646518BA565; Fri, 3 Dec 2021 15:58:06 +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 4J5HXr3Fl7z3hFN; Fri, 3 Dec 2021 15:58:04 +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 8286513CBE; Fri, 3 Dec 2021 15:58:03 +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 1B3Fw3Z6063104; Fri, 3 Dec 2021 15:58:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1B3Fw3Gs063103; Fri, 3 Dec 2021 15:58:03 GMT (envelope-from git) Date: Fri, 3 Dec 2021 15:58:03 GMT Message-Id: <202112031558.1B3Fw3Gs063103@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: c44cfe5306b8 - stable/12 - mips: Fix a typo in a source code comment 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/12 X-Git-Reftype: branch X-Git-Commit: c44cfe5306b85270176a7308e19a3dc1ee812b40 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638547085; 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=qww+HLCGYi8Q9WxswmiiD3IcG4NBopLIOmMGDMQ7lcs=; b=ro/7uPIzu1zmziM/3ZuYlwjh6YeycMK8Zqtj2WUJFopboppJSSMG+c9umyEI3ONXFiYB4J tjVHt2BS6bCTuAO/vo5mWJfA3s8Wt9OTRVwODLNuU7uWXyKhvkdy1bR8M7PpBsui5c9CUX HafnTmjltCpFpM2yOrhuv+GuzU1/Zw809TM8OxO+KURxMx/ZvQXW7ToETKMS//IKH/p1V7 BRKMV7fmCzFQ7/4AmRV99Fv8lDlBQlH1RfmuSOZ4RYxHNbk4BpxAo3KVfRbvujC4yzRGxC VoPymGfdlfugFKwurwrIEzhFtCjGFCMigaQNjPHnsXkp0VkaxQ0KxU1XL4ajRw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638547085; a=rsa-sha256; cv=none; b=MS3/+UdfcRcTKS9VstUFb8x3Y5EzoxdmV9yiS1K7i1pv2EIWtdrrz65/5yQc3yh6rd3EZU fLjVcjtNIkFtdHkT/NL63I7nkXy8FfN17E83BqhfnQG4MpwRE/keve+IISkbFlGqJs5vY0 jQT0zH/wVKI5aiD96xT27ggyyWWxgVcapTNfTwwSXPv7UcT5hPivYOqb4xb7ITrlgtuiLQ yNSLiZ7d67huRpaUVsr7v/RsqkAFKafH+jDSGPcsLcpLIUf6zi+737Ro8lYXMFn/m8yHgS dVglgEVnTTc90/kjGExPrpoaoqjlYwVY7IgIcliW35Y/kfnivTPPgVmcEEshzQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=c44cfe5306b85270176a7308e19a3dc1ee812b40 commit c44cfe5306b85270176a7308e19a3dc1ee812b40 Author: Gordon Bergling AuthorDate: 2021-11-30 09:41:46 +0000 Commit: Gordon Bergling CommitDate: 2021-12-03 15:55:40 +0000 mips: Fix a typo in a source code comment - s/segement/segment/ (cherry picked from commit 1b0602f2db94a4789da33302fbadfe5a57454277) --- sys/mips/mips/elf_trampoline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/mips/mips/elf_trampoline.c b/sys/mips/mips/elf_trampoline.c index bd96de16589e..41c65e3667e9 100644 --- a/sys/mips/mips/elf_trampoline.c +++ b/sys/mips/mips/elf_trampoline.c @@ -99,7 +99,7 @@ bzero(void *addr, size_t count) #define mkptr(x) ((void *)(intptr_t)(int)(x)) /* - * Relocate PT_LOAD segements of kernel ELF image to their respective + * Relocate PT_LOAD segments of kernel ELF image to their respective * virtual addresses and return entry point */ void *