]> AND Public Git Repository - simgrid.git/blobdiff - src/xbt/mmalloc/mm_module.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use standard macro to check C++ version.
[simgrid.git] / src / xbt / mmalloc / mm_module.c
index 825d992de703d1423db74adbb3e9b66348657c88..8fa77c3035c248706eaa701db5683bb9176d9423 100644 (file)
@@ -1,6 +1,6 @@
-/* Initialization for acces s to a mmap'd malloc managed region. */
+/* Initialization for access to a mmap'd malloc managed region. */
 
-/* Copyright (c) 2012-2019. The SimGrid Team.
+/* Copyright (c) 2012-2020. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -62,7 +62,7 @@
    starting at the specified address BASEADDR in the process address
    space.
 
-   The provided BASEADDR should be choosed carefully in order to avoid
+   The provided BASEADDR should be chosen carefully in order to avoid
    bumping into existing mapped regions or future mapped regions.
 
    On success, returns a "malloc descriptor" which is used in subsequent