aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2023-11-23 08:58:15 +0000
committerGordon Bergling <gbe@FreeBSD.org>2023-11-26 07:55:11 +0000
commit92dff9984d12bab2fb49bf8302f9e59688c3cfe2 (patch)
treeb4fe3725b4813aa785e55e3e698a5fd90cdd22d5
parent3d5d348bb5ceb4027bc46e11de4bc7f28b255074 (diff)
downloadsrc-92dff9984d12bab2fb49bf8302f9e59688c3cfe2.tar.gz
src-92dff9984d12bab2fb49bf8302f9e59688c3cfe2.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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcasper/libcasper/service.c b/lib/libcasper/libcasper/service.c
index e87d0640347c..e0f5f0b7d782 100644
--- a/lib/libcasper/libcasper/service.c
+++ b/lib/libcasper/libcasper/service.c
@@ -61,7 +61,7 @@ __FBSDID("$FreeBSD$");
* 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.
*/