We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2489f commit e0b06a4Copy full SHA for e0b06a4
llvm/include/llvm/CGData/StableFunctionMapRecord.h
@@ -75,7 +75,7 @@ struct StableFunctionMapRecord {
75
LLVM_ABI void deserialize(const unsigned char *&Ptr);
76
77
/// Lazily deserialize the stable function map from `Buffer` starting at
78
- /// `Offset`. The individial stable function entry would be read lazily from
+ /// `Offset`. The individual stable function entry would be read lazily from
79
/// `Buffer` when the function map is accessed.
80
LLVM_ABI void lazyDeserialize(std::shared_ptr<MemoryBuffer> Buffer,
81
uint64_t Offset);
0 commit comments