Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel-Durov committed Oct 14, 2024
1 parent 5f2716d commit 86efe30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Transforms/Yk/ModuleClone.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// original names. This distinguishes them from the original functions.
//
// - **Clone Process:**
// - 1. The orignal model is cloned, creating two copies of the module.
// - 1. The orignal module is cloned, creating two copies of the module.
// - 2. The functions in the cloned module that satisfy the cloning
// criteria are renamed.
// - 3. The cloned module is linked back into the original module.
Expand Down

0 comments on commit 86efe30

Please sign in to comment.