point-to-point-helper: (fixes #2812) Typos in star helper

This commit is contained in:
Mohit P. Tahiliani
2017-10-27 18:47:53 -07:00
parent f67aa46003
commit 90fb309d53
2 changed files with 3 additions and 1 deletions

View File

@@ -14,6 +14,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
// Implement an object to create a star topology.
#include <cmath>
#include <iostream>
#include <sstream>

View File

@@ -14,7 +14,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
// Define an object to create a dumbbell topology.
// Define an object to create a star topology.
#ifndef POINT_TO_POINT_STAR_HELPER_H
#define POINT_TO_POINT_STAR_HELPER_H