@@ -284,7 +284,7 @@ struct ForcedSpacing16 {
284284 }
285285};
286286
287- // / Generate call to Exponent instrinsic runtime routine.
287+ // / Generate call to Exponent intrinsic runtime routine.
288288mlir::Value fir::runtime::genExponent (fir::FirOpBuilder &builder,
289289 mlir::Location loc, mlir::Type resultType,
290290 mlir::Value x) {
@@ -320,7 +320,7 @@ mlir::Value fir::runtime::genExponent(fir::FirOpBuilder &builder,
320320 return builder.create <fir::CallOp>(loc, func, args).getResult (0 );
321321}
322322
323- // / Generate call to Fraction instrinsic runtime routine.
323+ // / Generate call to Fraction intrinsic runtime routine.
324324mlir::Value fir::runtime::genFraction (fir::FirOpBuilder &builder,
325325 mlir::Location loc, mlir::Value x) {
326326 mlir::func::FuncOp func;
@@ -596,7 +596,7 @@ mlir::Value fir::runtime::genSelectedRealKind(fir::FirOpBuilder &builder,
596596 return builder.create <fir::CallOp>(loc, func, args).getResult (0 );
597597}
598598
599- // / Generate call to Set_exponent instrinsic runtime routine.
599+ // / Generate call to Set_exponent intrinsic runtime routine.
600600mlir::Value fir::runtime::genSetExponent (fir::FirOpBuilder &builder,
601601 mlir::Location loc, mlir::Value x,
602602 mlir::Value i) {
0 commit comments