diff options
author | Alan Modra <amodra@gmail.com> | 2023-04-11 12:15:58 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2023-04-12 09:40:13 +0930 |
commit | dff05c9c82fd877cfba432e0f4f82b41bd0f5257 (patch) | |
tree | 0961f92afb5fbf28421d2b6a9bc32f31cd3f0ca4 | |
parent | 1ed7ccc6cf46f1ec60538875cf0f68890f5ae6ec (diff) | |
download | gdb-dff05c9c82fd877cfba432e0f4f82b41bd0f5257.zip gdb-dff05c9c82fd877cfba432e0f4f82b41bd0f5257.tar.gz gdb-dff05c9c82fd877cfba432e0f4f82b41bd0f5257.tar.bz2 |
Comment typo fix
-rw-r--r-- | gas/write.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/write.c b/gas/write.c index 4ce6f99..74a00ea 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; |