We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 567883d commit c745a1fCopy full SHA for c745a1f
flang/lib/Lower/Bridge.cpp
@@ -772,7 +772,7 @@ class FirConverter : public Fortran::lower::AbstractConverter {
772
if (Fortran::semantics::IsPointer(sym.GetUltimate())) {
773
// Establish the pointer descriptors. The rank and type code/size
774
// at least must be set properly for later inquiry of the pointer
775
- // to work, and new pointers are always given diassociated status
+ // to work, and new pointers are always given disassociated status
776
// by flang for safety, even if this is not required by the
777
// language.
778
auto empty = fir::factory::createUnallocatedBox(
0 commit comments