diff --git a/include/tesseract/publictypes.h b/include/tesseract/publictypes.h index 0069cf28e6..570e46f6b2 100644 --- a/include/tesseract/publictypes.h +++ b/include/tesseract/publictypes.h @@ -67,7 +67,7 @@ enum PolyBlockType { PT_COUNT }; -/** Returns true if PolyBlockType is of horizontal line type */ +/** Returns true if PolyBlockType is of line type */ inline bool PTIsLineType(PolyBlockType type) { return type == PT_HORZ_LINE || type == PT_VERT_LINE; }