Skip to content

Commit c745a1f

Browse files
authored
Update flang/lib/Lower/Bridge.cpp
1 parent 567883d commit c745a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Lower/Bridge.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ class FirConverter : public Fortran::lower::AbstractConverter {
772772
if (Fortran::semantics::IsPointer(sym.GetUltimate())) {
773773
// Establish the pointer descriptors. The rank and type code/size
774774
// at least must be set properly for later inquiry of the pointer
775-
// to work, and new pointers are always given diassociated status
775+
// to work, and new pointers are always given disassociated status
776776
// by flang for safety, even if this is not required by the
777777
// language.
778778
auto empty = fir::factory::createUnallocatedBox(

0 commit comments

Comments
 (0)