Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Nov 2023 08:58:49 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 637e4ef1a6bc - main - libcasper: Fix a typo in a source code comment
Message-ID:  <202311230858.3AN8wncD088193@gitrepo.freebsd.org>

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

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

commit 637e4ef1a6bcd8677dabd8c08916df3091be5f64
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-11-23 08:58:15 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-11-23 08:58:15 +0000

    libcasper: Fix a typo in a source code comment
    
    - s/mutiple/multiple/
    
    MFC after:      3 days
---
 lib/libcasper/libcasper/service.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libcasper/libcasper/service.c b/lib/libcasper/libcasper/service.c
index 478221a681da..103791676272 100644
--- a/lib/libcasper/libcasper/service.c
+++ b/lib/libcasper/libcasper/service.c
@@ -59,7 +59,7 @@
  * The problem is that we may restrict/sandbox service instance according
  * to the limits provided. When new connection comes in with different
  * limits we won't be able to access requested resources.
- * Not to mention one process will serve to mutiple mutually untrusted
+ * Not to mention one process will serve to multiple mutually untrusted
  * clients and compromise of this service instance by one of its clients
  * can lead to compromise of the other clients.
  */



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