Skip to content

Commit 2c186c5

Browse files
committed
change ldexp description
1 parent 247f369 commit 2c186c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Headers/hlsl/hlsl_intrinsics.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ fmod(__detail::HLSL_FIXED_VECTOR<float, N> X,
308308
//===----------------------------------------------------------------------===//
309309

310310
/// \fn T ldexp(T X, T Exp)
311-
/// \brief Returns the result of multiplying the specified value by two, raised
311+
/// \brief Returns the result of multiplying the specified value by two raised
312312
/// to the power of the specified exponent.
313313
/// \param X [in] The specified value.
314314
/// \param Exp [in] The specified exponent.

0 commit comments

Comments
 (0)