mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-06 20:32:19 +00:00
Fix spelling!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120167 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
326990f1eb
commit
052f1eebdb
@ -88,7 +88,7 @@ protected:
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// grow_pod - This is an implementation of the grow() method which only works
|
/// grow_pod - This is an implementation of the grow() method which only works
|
||||||
/// on POD-like datatypes and is out of line to reduce code duplication.
|
/// on POD-like data types and is out of line to reduce code duplication.
|
||||||
void grow_pod(size_t MinSizeInBytes, size_t TSize);
|
void grow_pod(size_t MinSizeInBytes, size_t TSize);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
@ -165,7 +165,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
raw_ostream &operator<<(const char *Str) {
|
raw_ostream &operator<<(const char *Str) {
|
||||||
// Inline fast path, particulary for constant strings where a sufficiently
|
// Inline fast path, particularly for constant strings where a sufficiently
|
||||||
// smart compiler will simplify strlen.
|
// smart compiler will simplify strlen.
|
||||||
|
|
||||||
return this->operator<<(StringRef(Str));
|
return this->operator<<(StringRef(Str));
|
||||||
@ -358,7 +358,7 @@ public:
|
|||||||
void close();
|
void close();
|
||||||
|
|
||||||
/// seek - Flushes the stream and repositions the underlying file descriptor
|
/// seek - Flushes the stream and repositions the underlying file descriptor
|
||||||
/// positition to the offset specified from the beginning of the file.
|
/// position to the offset specified from the beginning of the file.
|
||||||
uint64_t seek(uint64_t off);
|
uint64_t seek(uint64_t off);
|
||||||
|
|
||||||
virtual raw_ostream &changeColor(enum Colors colors, bool bold=false,
|
virtual raw_ostream &changeColor(enum Colors colors, bool bold=false,
|
||||||
|
Loading…
Reference in New Issue
Block a user