diff options
Diffstat (limited to 'lld/ELF/Threads.h')
| -rw-r--r-- | lld/ELF/Threads.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/Threads.h b/lld/ELF/Threads.h index 924aca0e04a..2df0204be58 100644 --- a/lld/ELF/Threads.h +++ b/lld/ELF/Threads.h @@ -30,7 +30,7 @@ // - We have tens of millions of small strings when constructing a // mergeable string section. // -// For the cases such as the former, we can just use parallel_for_each +// For the cases such as the former, we can just use parallelForEach // instead of std::for_each (or a plain for loop). Because tasks are // completely independent from each other, we can run them in parallel // without any coordination between them. That's very easy to understand |

