Date: Wed, 20 Aug 2025 06:59:14 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: d88135570023 - stable/14 - libc: Fix a typo in a source code comment Message-ID: <202508200659.57K6xE4E023671@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=d88135570023b2699744db78f8e76f298a00b1b4 commit d88135570023b2699744db78f8e76f298a00b1b4 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2025-08-17 07:24:59 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2025-08-20 06:56:45 +0000 libc: Fix a typo in a source code comment - s/aguments/arguments/ (cherry picked from commit 333b0490e3132bf8f1a0d974d8b2597caf765970) --- lib/libc/i386/gen/makecontext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/i386/gen/makecontext.c b/lib/libc/i386/gen/makecontext.c index 7b4845ac6bee..9fedd8b99c47 100644 --- a/lib/libc/i386/gen/makecontext.c +++ b/lib/libc/i386/gen/makecontext.c @@ -124,7 +124,7 @@ __makecontext(ucontext_t *ucp, void (*start)(void), int argc, ...) /* * Setup the top of the stack with the user start routine - * followed by all of its aguments and the pointer to the + * followed by all of its arguments and the pointer to the * ucontext. We need to leave a spare spot at the top of * the stack because setcontext will move eip to the top * of the stack before returning.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202508200659.57K6xE4E023671>