Skip to content

Commit 74399db

Browse files
committed
Fix typo
1 parent 0048036 commit 74399db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Optimizer/Builder/IntrinsicCall.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ using I = IntrinsicLibrary;
106106
/// argument is an optional variable in the current scope).
107107
static constexpr bool handleDynamicOptional = true;
108108

109-
/// TODO: Move all CUDA Fortran intrinsic hanlders into its own file similar to
109+
/// TODO: Move all CUDA Fortran intrinsic handlers into its own file similar to
110110
/// PPC.
111111
static const char __ldca_i4x4[] = "__ldca_i4x4_";
112112
static const char __ldca_i8x2[] = "__ldca_i8x2_";

0 commit comments

Comments
 (0)