mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
msun: Remove a double word in a source code comment
- s/the the/the/ MFC after: 3 days
This commit is contained in:
parent
886ce99dea
commit
10889539ee
1 changed files with 1 additions and 1 deletions
|
|
@ -401,7 +401,7 @@ ATF_TC_BODY(masking, tc)
|
|||
/*
|
||||
* Some CPUs, e.g. AArch64 QEMU does not support trapping on FP
|
||||
* exceptions. In that case the trap enable bits are all RAZ/WI, so
|
||||
* writing to those bits will be ignored and the the next read will
|
||||
* writing to those bits will be ignored and the next read will
|
||||
* return all zeroes for those bits. Skip the test if no floating
|
||||
* point exceptions are supported and mark it XFAIL if some are missing.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue