summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Swierczek <t.swierczek@samsung.com>2022-05-04 08:42:32 +0200
committerTomasz Swierczek <t.swierczek@samsung.com>2022-05-04 08:42:32 +0200
commit6f6ad5e9760de3a3f36ada92ffd8567a79cc3e01 (patch)
treebf8bd264ead02773c8f682aec106728b1052c1c7
parentf35737bfa2f5ba9f35941bacf0f1b25599fdf728 (diff)
downloadsecurity-manager-6f6ad5e9760de3a3f36ada92ffd8567a79cc3e01.tar.gz
security-manager-6f6ad5e9760de3a3f36ada92ffd8567a79cc3e01.tar.bz2
security-manager-6f6ad5e9760de3a3f36ada92ffd8567a79cc3e01.zip
Minor fix of wording in comment
Change-Id: I48e795f72a7ca2ad720ea475c611d57d1007a622
-rw-r--r--src/server/main/server-main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/main/server-main.cpp b/src/server/main/server-main.cpp
index c034d6bd..432fa3b8 100644
--- a/src/server/main/server-main.cpp
+++ b/src/server/main/server-main.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2014-2020 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2014-2022 Samsung Electronics Co., Ltd. All rights reserved.
*
* This file is licensed under the terms of MIT License or the Apache License
* Version 2.0 of your choice. See the LICENSE.MIT file for MIT license details.
@@ -121,7 +121,7 @@ int main()
// New systems with mount namespace.
// In this case security-manager requires WORKER that will
- // be able to manage with mount namespaces.
+ // be able to manage mount namespaces.
ChannelCreator creator;
if (!creator.init()) {