Re: [PATCH 4/9] objtool: Fix static_call list generation

From: Josh Poimboeuf
Date: Tue Mar 16 2021 - 23:20:02 EST


On Fri, Mar 12, 2021 at 06:16:17PM +0100, Peter Zijlstra wrote:
> @@ -1701,6 +1706,9 @@ static int decode_sections(struct objtoo
> if (ret)
> return ret;
>
> + /*
> + * Must be before add_{jump_call}_desetination.
> + */

s/desetination/destination/

--
Josh