summaryrefslogtreecommitdiff
path: root/lib/Bitcode/Reader/BitcodeReader.h
diff options
context:
space:
mode:
authorJan Wen Voung <jvoung@google.com>2012-10-11 21:45:16 +0000
committerJan Wen Voung <jvoung@google.com>2012-10-11 21:45:16 +0000
commit7b8d94933d6c04ae11bc4607cab61b7d712c5c10 (patch)
tree66f8474da56deef56ac514d855e7a4b914e23c2d /lib/Bitcode/Reader/BitcodeReader.h
parentfb384d61c78b60787ed65475d8403aee65023962 (diff)
downloadllvm-7b8d94933d6c04ae11bc4607cab61b7d712c5c10.tar.gz
llvm-7b8d94933d6c04ae11bc4607cab61b7d712c5c10.tar.bz2
llvm-7b8d94933d6c04ae11bc4607cab61b7d712c5c10.tar.xz
Fix some typos 165739, spotted by Duncan.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165753 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bitcode/Reader/BitcodeReader.h')
-rw-r--r--lib/Bitcode/Reader/BitcodeReader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bitcode/Reader/BitcodeReader.h b/lib/Bitcode/Reader/BitcodeReader.h
index c5e97991b9..3d5c0eb4de 100644
--- a/lib/Bitcode/Reader/BitcodeReader.h
+++ b/lib/Bitcode/Reader/BitcodeReader.h
@@ -180,7 +180,7 @@ class BitcodeReader : public GVMaterializer {
DenseMap<Function*, std::vector<BlockAddrRefTy> > BlockAddrFwdRefs;
/// UseRelativeIDs - Indicates that we are using a new encoding for
- /// instrunction operands where most operands in the current
+ /// instruction operands where most operands in the current
/// FUNCTION_BLOCK are encoded relative to the instruction number,
/// for a more compact encoding. Some instruction operands are not
/// relative to the instruction ID: basic block numbers, and types.