summaryrefslogtreecommitdiffstats
path: root/llvm/tools/dsymutil/BinaryHolder.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/dsymutil/BinaryHolder.h')
-rw-r--r--llvm/tools/dsymutil/BinaryHolder.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/tools/dsymutil/BinaryHolder.h b/llvm/tools/dsymutil/BinaryHolder.h
index 5b2061d23aa..0d3c6d2b69a 100644
--- a/llvm/tools/dsymutil/BinaryHolder.h
+++ b/llvm/tools/dsymutil/BinaryHolder.h
@@ -119,7 +119,7 @@ public:
}
/// Access the currently owned ObjectFile with architecture \p T. As
- /// successfull call to GetObjectFiles() or GetFilesAs() must have
+ /// successful call to GetObjectFiles() or GetFilesAs() must have
/// been performed before calling this.
ErrorOr<const object::ObjectFile &> Get(const Triple &T) {
return getObjfileForArch(T);
@@ -135,6 +135,6 @@ public:
return cast<ObjectFileType>(*ErrOrObj);
}
};
-}
-}
+} // namespace dsymutil
+} // namespace llvm
#endif
OpenPOWER on IntegriCloud