aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/ObjectCodeEmitter.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-02-10 20:04:19 +0000
committerDan Gohman <gohman@apple.com>2010-02-10 20:04:19 +0000
commitf3b11aa6a72e0c31066a60c2e888e7a5eb5f2399 (patch)
tree2511ac70d1a0f35492b3664aaf04a0be0e52000c /include/llvm/CodeGen/ObjectCodeEmitter.h
parentd901690b822fd40adc5eb34f777ee15d689b8d50 (diff)
Fix several comments which had previously been "the the" where a
different word was intended. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95795 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/ObjectCodeEmitter.h')
-rw-r--r--include/llvm/CodeGen/ObjectCodeEmitter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/ObjectCodeEmitter.h b/include/llvm/CodeGen/ObjectCodeEmitter.h
index 3caa74725c..170c0c8ed3 100644
--- a/include/llvm/CodeGen/ObjectCodeEmitter.h
+++ b/include/llvm/CodeGen/ObjectCodeEmitter.h
@@ -81,7 +81,7 @@ public:
/// written to the data stream in big-endian format.
void emitDWordBE(uint64_t W);
- /// emitAlignment - Move the CurBufferPtr pointer up the specified
+ /// emitAlignment - Move the CurBufferPtr pointer up to the specified
/// alignment (saturated to BufferEnd of course).
void emitAlignment(unsigned Alignment = 0, uint8_t fill = 0);