Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
mpi: Fix minor comment error
  • Loading branch information
ParthPratim committed Oct 8, 2018
commit b3a075ff2a8c6c45bc325615e545ed524ee96099
2 changes: 1 addition & 1 deletion src/mpi/examples/simple-distributed.cc
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ main (int argc, char *argv[])
routerNodes.Add (routerNode1);
routerNodes.Add (routerNode2);

// Create leaf nodes on left with system id 1
// Create leaf nodes on right with system id 1
NodeContainer rightLeafNodes;
rightLeafNodes.Create (4, 1);

Expand Down