Comment typo fix

Message ID ZDYKGcHwDnuaixXL@squeak.grove.modra.org
State Unresolved
Headers
Series Comment typo fix |

Checks

Context Check Description
snail/binutils-gdb-check warning Git am fail log

Commit Message

Alan Modra April 12, 2023, 1:32 a.m. UTC
  
  

Patch

diff --git a/gas/write.c b/gas/write.c
index 4ce6f997caa..74a00ea97ae 100644
--- a/gas/write.c
+++ b/gas/write.c
@@ -123,7 +123,7 @@  void print_fixup (fixS *);
 /* We generally attach relocs to frag chains.  However, after we have
    chained these all together into a segment, any relocs we add after
    that must be attached to a segment.  This will include relocs added
-   in md_estimate_size_for_relax, for example.  */
+   in md_estimate_size_before_relax, for example.  */
 static bool frags_chained = false;
 
 static unsigned int n_fixups;