mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 10:16:41 +00:00
Fix some codespell warnings
Brought to you by codespell -w (using codespell v2.1.0). Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
parent
3f18004778
commit
0194ed392f
83 changed files with 124 additions and 124 deletions
|
|
@ -266,7 +266,7 @@ Mesa | Open source OpenGL implementation
|
|||
GTT | Graphis Translation Table, also used to denote kernel-managed system memory for GPU access
|
||||
VRAM | Video RAM
|
||||
BO | Buffer Object
|
||||
HMM | Heterogenous Memory Management
|
||||
HMM | Heterogeneous Memory Management
|
||||
AQL | Architected Queueing Language
|
||||
EOP | End of pipe (event indicating shader dispatch completion)
|
||||
MQD | Memory Queue Descriptors
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ bool kfd_capability_check = true;
|
|||
/*
|
||||
* During dump, we can use any fd value so fd_next is always -1.
|
||||
* During restore, we have to use a fd value that does not conflict with fd values in use by the target restore process.
|
||||
* fd_next is initialized as 1 greather than the highest-numbered file descriptor used by the target restore process.
|
||||
* fd_next is initialized as 1 greater than the highest-numbered file descriptor used by the target restore process.
|
||||
*/
|
||||
int fd_next = -1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue