Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines.
[simgrid.git] / examples / s4u / io-file-system / s4u-io-file-system.cpp
index 229479fe141b37c69acb7c395ede44f9a468c37f..0fcb3c381df4078bfc1837573457d2ec5c529276 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2020. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2006-2021. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -30,7 +30,7 @@ public:
 
     show_info(disks);
 
-    // Open an non-existing file to create it
+    // Open a non-existing file to create it
     std::string filename     = "/scratch/tmp/data.txt";
     auto* file               = new simgrid::s4u::File(filename, nullptr);