Fix some comment typos.
[oota-llvm.git] / lib / IR / AsmWriter.cpp
index 4f4e985006102666d7c072e97e5588c398ab535c..76b3b3103c19960818e627649287228b67b2f046 100644 (file)
@@ -3327,7 +3327,7 @@ void Value::print(raw_ostream &ROS, ModuleSlotTracker &MST) const {
 
 /// Print without a type, skipping the TypePrinting object.
 ///
-/// \return \c true iff printing was succesful.
+/// \return \c true iff printing was successful.
 static bool printWithoutType(const Value &V, raw_ostream &O,
                              SlotTracker *Machine, const Module *M) {
   if (V.hasName() || isa<GlobalValue>(V) ||