diff --git a/llvm/include/llvm/Transforms/LinkAllPasses.h b/llvm/include/llvm/Transforms/LinkAllPasses.h index 031c145c0a02..9d27437ea8a5 100644 --- a/llvm/include/llvm/Transforms/LinkAllPasses.h +++ b/llvm/include/llvm/Transforms/LinkAllPasses.h @@ -40,7 +40,7 @@ namespace { std::vector bbv; - // The commented out calls below refer to non-existant creation + // The commented out calls below refer to non-existent creation // functions. They will be uncommented as the functions are added. (void) llvm::createAggressiveDCEPass();