From 5bf1955fa98448c5c02883721b7f23fd219af6b4 Mon Sep 17 00:00:00 2001 From: Shiv Dhar Date: Sat, 2 Mar 2024 01:36:05 +0530 Subject: [PATCH] Fix small typo --- docs/design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design.md b/docs/design.md index 62ea14e6..2238e336 100644 --- a/docs/design.md +++ b/docs/design.md @@ -163,7 +163,7 @@ tool. (i.e. `_start`) or a few other root sections. In mold, we are using multiple threads to mark sections concurrently. -- Similarly, BFD, gold an lld support Identical Comdat Folding (ICF) +- Similarly, BFD, gold and lld support Identical Comdat Folding (ICF) as yet another size optimization. ICF merges two or more read-only sections that happen to have the same contents and relocations. To do that, we have to find isomorphic subgraphs from larger graphs.