hexagon: spelling fixes

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Brian Cain <bcain@quicinc.com>
This commit is contained in:
Michael Tokarev 2023-07-14 14:21:23 +03:00
parent 64a917d5d6
commit 6c67d98c4a
10 changed files with 19 additions and 19 deletions

View file

@ -52,7 +52,7 @@ static void check_compare_exception(void)
uint32_t cmp;
uint32_t usr;
/* Check that FP compares are quiet (don't raise any execptions) */
/* Check that FP compares are quiet (don't raise any exceptions) */
asm (CLEAR_FPSTATUS
"p0 = sfcmp.eq(%2, %3)\n\t"
"%0 = p0\n\t"

View file

@ -1,5 +1,5 @@
/*
* Purpose: demonstrate the succesful operation of the register save mechanism,
* Purpose: demonstrate the successful operation of the register save mechanism,
* in which the caller saves the registers that will be clobbered, and restores
* them after the call.
*/