From nobody Fri Dec 03 15:54:34 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 26CCC18B733C; Fri, 3 Dec 2021 15:54:35 +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 4J5HSp47Tjz3PBr; Fri, 3 Dec 2021 15:54:34 +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 2D56513CBC; Fri, 3 Dec 2021 15:54:34 +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 1B3FsYas062523; Fri, 3 Dec 2021 15:54:34 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1B3FsYn7062522; Fri, 3 Dec 2021 15:54:34 GMT (envelope-from git) Date: Fri, 3 Dec 2021 15:54:34 GMT Message-Id: <202112031554.1B3FsYn7062522@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: 0574d3640a62 - stable/13 - 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/13 X-Git-Reftype: branch X-Git-Commit: 0574d3640a62873fd4b495493ace2149533eab1c Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638546874; 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=nO9soWPehPhbOSZYto36tNwjOnwNB+w+ZL0DhMVbYWI=; b=bte4tJEoiu/787iVBBa2a4moTJfpkyRDTn4dwMiess+s2GnieNrrkY3oYQRgz2M9Y3wfG4 bQn4I4nQEJbYygb1fusBhj27X1DULm5HRJLHK7Wob1PSmvJwlEBKSvYt/MgQKv+PknbNJg GIiZ84feQ0dVGIoUTkxrPtpUTlcVwGDrxrq4peOsQNBuYHVailXgrySGMnYQw2npBDqsgg kuIowmOWXWLc3NM/nTz7Ai16z+v/BBv+1/KEuYKBWwKdJMEF5cVOaHyBz78Pqvm68OB7So OVq1LmHVitmpiC/dTAOf0aAsF/FLc7KkdioFQcMGnQQ+nHaN11juZbfwg8Ss2A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638546874; a=rsa-sha256; cv=none; b=ppVERkq0PZwZ7GOuB6zHK6eKEKuAuBLPjipAtTAXwkwm0IPefYVN4xZLki3QDjRUrAYvOC 7UNOyEMLkLnHwztAxTv6uzqXirVNqzM2bv+vu03qRJ+FkP6tLXuB2yEDKkhDopFzgoBtJd eg0/O+oyyqUGYOJfZUrb/FDRUY++lu056GoEyPkVXRNeY62d6fzzgQ7Ff2B5NfP10xD/XJ SFhvsN3qeOSZoG6FwESr50nirjSOUtugw+7dbu0/PBWCYz53Ywdarue69JqRTHxqPJdvpR WHH8QpGW8ol1oiXiyS0UfPXmI+VWQUO7sIu49EHyW9XWz0Tj5gNeasLYUROzCA== 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=0574d3640a62873fd4b495493ace2149533eab1c commit 0574d3640a62873fd4b495493ace2149533eab1c Author: Gordon Bergling AuthorDate: 2021-11-30 09:41:46 +0000 Commit: Gordon Bergling CommitDate: 2021-12-03 15:53:27 +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 0794de6713d3..dafd24bd4d25 100644 --- a/sys/mips/mips/elf_trampoline.c +++ b/sys/mips/mips/elf_trampoline.c @@ -98,7 +98,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 *