Minor fix of wording in comment 49/274649/1
authorTomasz Swierczek <t.swierczek@samsung.com>
Wed, 4 May 2022 06:42:32 +0000 (08:42 +0200)
committerTomasz Swierczek <t.swierczek@samsung.com>
Wed, 4 May 2022 06:42:32 +0000 (08:42 +0200)
Change-Id: I48e795f72a7ca2ad720ea475c611d57d1007a622

src/server/main/server-main.cpp

index c034d6b..432fa3b 100644 (file)
@@ -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()) {