File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ void REJ::full_print(FILE *fp) {
267
267
268
268
// The REJMAP class has been hacked to use alloc_struct instead of new [].
269
269
// This is to reduce memory fragmentation only as it is rather kludgy.
270
- // alloc_struct by-passes the call to the contsructor of REJ on each
270
+ // alloc_struct by-passes the call to the constructor of REJ on each
271
271
// array element. Although the constructor is empty, the BITS16 members
272
272
// do have a constructor which sets all the flags to 0. The memset
273
273
// replaces this functionality.
Original file line number Diff line number Diff line change 18
18
#include " input_file_buffer.h"
19
19
20
20
namespace tesseract {
21
- // default and only contsructor
21
+ // default and only constructor
22
22
InputFileBuffer::InputFileBuffer (const string &file_name)
23
23
: file_name_(file_name) {
24
24
fp_ = NULL ;
You can’t perform that action at this time.
0 commit comments