]> AND Public Git Repository - simgrid.git/blobdiff - examples/s4u/io-file-system/s4u-io-file-system.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' into 'master'
[simgrid.git] / examples / s4u / io-file-system / s4u-io-file-system.cpp
index 229479fe141b37c69acb7c395ede44f9a468c37f..fe6825593c4af30acad97c9138512348ec645029 100644 (file)
@@ -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);