Fix some typographical errors in comments

Fixes: #153
Applied from: #153
This commit is contained in:
TechGeekNZ
2020-05-27 20:38:43 +01:00
committed by Jonathan G Rennison
parent 8d454cd006
commit df0f9193da
3 changed files with 3 additions and 3 deletions

View File

@@ -72,7 +72,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();}