diff options
author | Gordon Bergling <gbe@FreeBSD.org> | 2023-11-23 08:58:15 +0000 |
---|---|---|
committer | Gordon Bergling <gbe@FreeBSD.org> | 2023-11-26 07:54:45 +0000 |
commit | 5fa896527447f601d111cf3131f34a7c8d7ff18a (patch) | |
tree | 60ceae02eecaa41e32976fe91c88a37250df1b87 | |
parent | 0e9dc6603a7832f13e8f891e2d0a7ee0dd85a903 (diff) | |
download | src-5fa896527447f601d111cf3131f34a7c8d7ff18a.tar.gz src-5fa896527447f601d111cf3131f34a7c8d7ff18a.zip |
libcasper: Fix a typo in a source code comment
- s/mutiple/multiple/
(cherry picked from commit 637e4ef1a6bcd8677dabd8c08916df3091be5f64)
-rw-r--r-- | lib/libcasper/libcasper/service.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |