Skip to content

Commit 69fb22e

Browse files
authored
Fix typo in function parameter name
1 parent 6c93c16 commit 69fb22e

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
@@ -294,7 +294,7 @@ bool4 and(bool4 x, bool4 y);
294294
// or builtins
295295
//===----------------------------------------------------------------------===//
296296

297-
/// \fn bool or(bool x, bbol y)
297+
/// \fn bool or(bool x, bool y)
298298
/// \brief Logically ors two boolean vectors elementwise and produces a bool
299299
/// vector output.
300300

0 commit comments

Comments
 (0)