From 90fb309d5389228e8b957de30a5780bd64e2fcf9 Mon Sep 17 00:00:00 2001 From: "Mohit P. Tahiliani" Date: Fri, 27 Oct 2017 18:47:53 -0700 Subject: [PATCH] point-to-point-helper: (fixes #2812) Typos in star helper --- src/point-to-point-layout/model/point-to-point-star.cc | 2 ++ src/point-to-point-layout/model/point-to-point-star.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/point-to-point-layout/model/point-to-point-star.cc b/src/point-to-point-layout/model/point-to-point-star.cc index 7b040d202..d95664be7 100644 --- a/src/point-to-point-layout/model/point-to-point-star.cc +++ b/src/point-to-point-layout/model/point-to-point-star.cc @@ -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 #include #include diff --git a/src/point-to-point-layout/model/point-to-point-star.h b/src/point-to-point-layout/model/point-to-point-star.h index d54ae0ad3..78804f68b 100644 --- a/src/point-to-point-layout/model/point-to-point-star.h +++ b/src/point-to-point-layout/model/point-to-point-star.h @@ -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