[flang] "free from" -> "free form" in comment.

Original-commit: flang-compiler/f18@3923166673
Reviewed-on: https://github.com/flang-compiler/f18/pull/35
Tree-same-pre-rewrite: false
This commit is contained in:
peter klausler
2018-03-29 17:07:19 -07:00
parent 522d345f12
commit fc1b7685ad

View File

@@ -94,7 +94,7 @@ constexpr struct Space {
}
} space;
// Skips a space that in free from requires a warning if it precedes a
// Skips a space that in free form requires a warning if it precedes a
// character that could begin an identifier or keyword. Always succeeds.
static inline void MissingSpace(ParseState *state) {
if (!state->inFixedForm()) {