Browse code

Fix comment to match the arg name

Signed-off-by: Steven Burgess <steven.a.burgess@hotmail.com>

Steven Burgess authored on 2014/11/12 08:01:08
Showing 1 changed files
... ...
@@ -455,7 +455,7 @@ func TarWithOptions(srcPath string, options *TarOptions) (io.ReadCloser, error)
455 455
 }
456 456
 
457 457
 // Untar reads a stream of bytes from `archive`, parses it as a tar archive,
458
-// and unpacks it into the directory at `path`.
458
+// and unpacks it into the directory at `dest`.
459 459
 // The archive may be compressed with one of the following algorithms:
460 460
 //  identity (uncompressed), gzip, bzip2, xz.
461 461
 // FIXME: specify behavior when target path exists vs. doesn't exist.