Cleanup: Correct typographic errors in code comments.

This commit is contained in:
TechGeekNZ
2020-05-28 15:15:59 +12:00
committed by Charles Pigott
parent f11cd8f2d0
commit 16e5f610f7
3 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ public:
/**
* Invalid constructor. This can't be called as a FlowStat must not be
* empty. However, the constructor must be defined and reachable for
* FlwoStat to be used in a std::map.
* FlowStat to be used in a std::map.
*/
inline FlowStat() {NOT_REACHED();}