Skip to content

Commit 89f0c7e

Browse files
committed
Fixed typo.
1 parent ae05d39 commit 89f0c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/include/flang/Lower/AbstractConverter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class AbstractConverter {
117117
bindSymbolStorage(SymbolRef sym,
118118
Fortran::lower::SymMap::StorageDesc storage) = 0;
119119

120-
/// Returns the storage descriptor previouslt bound to this symbol.
120+
/// Returns the storage descriptor previously bound to this symbol.
121121
/// If there is no bound storage, the descriptor will contain
122122
/// nullptr base address.
123123
virtual Fortran::lower::SymMap::StorageDesc

0 commit comments

Comments
 (0)