summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/CloneModule.cpp
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-10-10 17:57:28 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-10-10 17:57:28 +0000
commit8b2bd4ed47e819e042a49d21abbd8f6bcd143f79 (patch)
treeba3a478e91b08ac7ff56e4f216b2af0fb7bac92a /llvm/lib/Transforms/Utils/CloneModule.cpp
parentd67697411af42b41073552b7ff73775ec6f9e6f2 (diff)
downloadbcm5719-llvm-8b2bd4ed47e819e042a49d21abbd8f6bcd143f79.tar.gz
bcm5719-llvm-8b2bd4ed47e819e042a49d21abbd8f6bcd143f79.zip
Fix spelling.
llvm-svn: 9027
Diffstat (limited to 'llvm/lib/Transforms/Utils/CloneModule.cpp')
-rw-r--r--llvm/lib/Transforms/Utils/CloneModule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/CloneModule.cpp b/llvm/lib/Transforms/Utils/CloneModule.cpp
index 93bed758397..2a7d1ed586e 100644
--- a/llvm/lib/Transforms/Utils/CloneModule.cpp
+++ b/llvm/lib/Transforms/Utils/CloneModule.cpp
@@ -14,7 +14,7 @@
/// CloneModule - Return an exact copy of the specified module. This is not as
/// easy as it might seem because we have to worry about making copies of global
-/// variables and functions, and making their (intializers and references,
+/// variables and functions, and making their (initializers and references,
/// respectively) refer to the right globals.
///
Module *CloneModule(const Module *M) {
OpenPOWER on IntegriCloud