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 bd00aba commit ff8fce2Copy full SHA for ff8fce2
llvm/include/llvm/MC/StringTableBuilder.h
@@ -56,7 +56,7 @@ class StringTableBuilder {
56
/// Add a string to the builder. Returns the position of S in the table. The
57
/// position will be changed if finalize is used. Can only be used before the
58
/// table is finalized. Priority is only useful with reordering. Strings with
59
- /// same priority will be put together. Strings with higher priority are
+ /// the same priority will be put together. Strings with higher priority are
60
/// placed closer to the begin of string table. When adding same string with
61
/// different priority, the maximum priority win.
62
LLVM_ABI size_t add(CachedHashStringRef S, uint8_t Priority = 0);
0 commit comments