mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
ia64: ptrace: fix typos in comments
Various spelling mistakes in comments. Detected with the help of Coccinelle. Link: https://lkml.kernel.org/r/20220318103729.157574-23-Julia.Lawall@inria.fr Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
0af96a024f
commit
72a4fd6a7f
1 changed files with 1 additions and 1 deletions
|
@ -2025,7 +2025,7 @@ static void syscall_get_args_cb(struct unw_frame_info *info, void *data)
|
||||||
* - epsinstruction: cfm is set by br.call
|
* - epsinstruction: cfm is set by br.call
|
||||||
* locals don't exist.
|
* locals don't exist.
|
||||||
*
|
*
|
||||||
* For both cases argguments are reachable in cfm.sof - cfm.sol.
|
* For both cases arguments are reachable in cfm.sof - cfm.sol.
|
||||||
* CFM: [ ... | sor: 17..14 | sol : 13..7 | sof : 6..0 ]
|
* CFM: [ ... | sor: 17..14 | sol : 13..7 | sof : 6..0 ]
|
||||||
*/
|
*/
|
||||||
cfm = pt->cr_ifs;
|
cfm = pt->cr_ifs;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue