diff --git a/libcontainer/container_linux.go b/libcontainer/container_linux.go index 7d39b788..46e8766a 100644 --- a/libcontainer/container_linux.go +++ b/libcontainer/container_linux.go @@ -78,7 +78,7 @@ type Container interface { // Systemerror - System error. Checkpoint(criuOpts *CriuOpts) error - // Restore restores the checkpointed container to a running state using the criu(8) utiity. + // Restore restores the checkpointed container to a running state using the criu(8) utility. // // errors: // Systemerror - System error.