Skip to content

Commit e0b06a4

Browse files
committed
typo
1 parent be2489f commit e0b06a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/CGData/StableFunctionMapRecord.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ struct StableFunctionMapRecord {
7575
LLVM_ABI void deserialize(const unsigned char *&Ptr);
7676

7777
/// Lazily deserialize the stable function map from `Buffer` starting at
78-
/// `Offset`. The individial stable function entry would be read lazily from
78+
/// `Offset`. The individual stable function entry would be read lazily from
7979
/// `Buffer` when the function map is accessed.
8080
LLVM_ABI void lazyDeserialize(std::shared_ptr<MemoryBuffer> Buffer,
8181
uint64_t Offset);

0 commit comments

Comments
 (0)