summaryrefslogtreecommitdiff
path: root/flang/runtime/non-tbp-dio.h
diff options
context:
space:
mode:
Diffstat (limited to 'flang/runtime/non-tbp-dio.h')
-rw-r--r--flang/runtime/non-tbp-dio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/flang/runtime/non-tbp-dio.h b/flang/runtime/non-tbp-dio.h
index 49b23cea1954..a2030dbfdfe8 100644
--- a/flang/runtime/non-tbp-dio.h
+++ b/flang/runtime/non-tbp-dio.h
@@ -46,7 +46,7 @@ struct NonTbpDefinedIoTable {
// True when the only procedures to be used are the type-bound special
// procedures in the type information tables and any non-null procedures
// in this table. When false, the entries in this table override whatever
- // non-type-bound specific procedures might be in the type inforamtion,
+ // non-type-bound specific procedures might be in the type information,
// but the remaining specifics remain visible.
bool ignoreNonTbpEntries{false};
};