From 3fa246609ca7ab34939f2ab2dc25eda985b77a47 Mon Sep 17 00:00:00 2001 From: Peng Gao Date: Sun, 27 Mar 2016 12:44:16 +0800 Subject: [PATCH] Fix typo Signed-off-by: Peng Gao --- libcontainer/container_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.