Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
lgritz committed Sep 9, 2020
1 parent a33fe38 commit 64c4778
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/include/OSL/llvm_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ namespace llvm {
OSL_NAMESPACE_ENTER

namespace pvt { // OSL::pvt
class ShaderInstance;


enum class TargetISA
{
Expand Down Expand Up @@ -313,7 +313,7 @@ class OSLEXECPUBLIC LLVM_Util {
//
// For if/then based on a conditional, the result of the conditional is
// conditionals written to a symbol that is a wide boolean. To handle
// nested we will keep a stack of conditional masks. When a new
// nesting we will keep a stack of conditional masks. When a new
// conditional mask is pushed, it is combined with the previous mask on
// the top of the stack. It is the top of the mask stack that is used
// as the mask for any instructions requiring masking. When a
Expand All @@ -326,7 +326,7 @@ class OSLEXECPUBLIC LLVM_Util {
//
// Handling of early outs (exit, return, break, continue) is done by
// storing a mask representing the lanes which are going to be
// deactivated (or continue executing) to an allocated location the
// deactivated (or continue executing) to an allocated location in the
// stack. We actually have to store these early out masks, so that we
// can apply it to the conditional mask stack. As that stack unwinds,
// any early out masks are applied to the top of the conditional mask
Expand Down

0 comments on commit 64c4778

Please sign in to comment.