mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-18 00:45:47 +00:00
minor spelling update
This commit is contained in:
parent
6f6a049e49
commit
3f8dd2fa21
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ the data type) whereas non-void-star payloads (`slls`, `hss`) are freed by the
|
|||
container class.
|
||||
|
||||
One complication is for free-flags in `lrec` and `slls`: the idea is that an
|
||||
entire line is mallocked and presented by the record reader; then indivual
|
||||
entire line is mallocked and presented by the record reader; then individual
|
||||
fields are split out and populated into linked list or records. To reduce the
|
||||
amount of strduping there, free-flags are used to track which fields should be
|
||||
freed by the destructor and which are freed elsewhere.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue