]> AND Public Git Repository - simgrid.git/blobdiff - teshsuite/mc/random-bug/random-bug.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix make dist, as usual
[simgrid.git] / teshsuite / mc / random-bug / random-bug.cpp
index 03bc2ae7df722c87eb1acdd70f3084f4f523eee4..76cc5975dbf857cc28dfd5d25d914c3329296c88 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2014-2019. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2014-2020. 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. */
@@ -12,7 +12,7 @@ XBT_LOG_NEW_DEFAULT_CATEGORY(random_bug, "For this example");
 
 enum { ABORT, ASSERT, PRINTF } behavior;
 
-/** A fake application with a bug occuring for some random values */
+/** A fake application with a bug occurring for some random values */
 static void app()
 {
   int x = MC_random(0, 5);