Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Sep 2023 17:23:53 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: a8ae129e6ee9 - main - LIBC_MALLOC: description typo fix
Message-ID:  <202309011723.381HNrLx021769@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by brooks:

URL: https://cgit.FreeBSD.org/src/commit/?id=a8ae129e6ee966b1b56220c7b42116458eecac12

commit a8ae129e6ee966b1b56220c7b42116458eecac12
Author:     Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2023-09-01 17:19:25 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2023-09-01 17:23:33 +0000

    LIBC_MALLOC: description typo fix
    
    Fixes:          09e32b2fddf5f673f76e2fffa415a73d99a6f309
    Reported by:    jrtc27
---
 tools/build/options/LIBC_MALLOC | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/build/options/LIBC_MALLOC b/tools/build/options/LIBC_MALLOC
index ee1883f3ee54..5a72f7730fc7 100644
--- a/tools/build/options/LIBC_MALLOC
+++ b/tools/build/options/LIBC_MALLOC
@@ -1,6 +1,6 @@
 Specify the
 .Xr malloc 3
-implementaiton used by libc.
+implementation used by libc.
 The default value is
 .Li jemalloc .
 Valid values are:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309011723.381HNrLx021769>