summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2011-01-15 21:43:45 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2011-01-15 21:43:45 +0000
commit53dcdc74201ef98a14461689f84ab78312d07067 (patch)
treeffb55b0724acbf61ab01a0ebef265bdf98a0fef0 /llvm
parenta0ce763290c7c15e4441674940a4708b5795c115 (diff)
downloadbcm5719-llvm-53dcdc74201ef98a14461689f84ab78312d07067.tar.gz
bcm5719-llvm-53dcdc74201ef98a14461689f84ab78312d07067.zip
Archive: Fix spelling.
llvm-svn: 123552
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/Bitcode/Archive.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/include/llvm/Bitcode/Archive.h b/llvm/include/llvm/Bitcode/Archive.h
index 34dd99786a8..c3c07d8588a 100644
--- a/llvm/include/llvm/Bitcode/Archive.h
+++ b/llvm/include/llvm/Bitcode/Archive.h
@@ -83,7 +83,7 @@ class ArchiveMember : public ilist_node<ArchiveMember> {
unsigned getGroup() const { return info.getGroup(); }
/// The "mode" specifies the access permissions for the file per Unix
- /// security. This may not have any applicabiity on non-Unix systems but is
+ /// security. This may not have any applicability on non-Unix systems but is
/// a required component of the "ar" file format.
/// @brief Get the permission mode associated with this archive member.
unsigned getMode() const { return info.getMode(); }
@@ -145,7 +145,7 @@ class ArchiveMember : public ilist_node<ArchiveMember> {
/// allowed that doesn't have this restriction. This method determines if
/// that "long format" is used for this member.
/// @returns true iff the file name uses the long form
- /// @brief Determin if the member has a long file name
+ /// @brief Determine if the member has a long file name
bool hasLongFilename() const { return flags&HasLongFilenameFlag; }
/// This method returns the status info (like Unix stat(2)) for the archive
@@ -403,7 +403,7 @@ class Archive {
/// bitcode archive. It first makes sure the symbol table has been loaded
/// and has a non-zero size. If it does, then it is an archive. If not,
/// then it tries to load all the bitcode modules of the archive. Finally,
- /// it returns whether it was successfull.
+ /// it returns whether it was successful.
/// @returns true if the archive is a proper llvm bitcode archive
/// @brief Determine whether the archive is a proper llvm bitcode archive.
bool isBitcodeArchive();
OpenPOWER on IntegriCloud