From 848d4e981ba3bd4950807750e7334e45ee09db8e Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Wed, 9 Jan 2019 16:30:43 +0100 Subject: [PATCH] clarify comments --- packer/tmp/tmp.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packer/tmp/tmp.go b/packer/tmp/tmp.go index 753c7c668..147673b9f 100644 --- a/packer/tmp/tmp.go +++ b/packer/tmp/tmp.go @@ -1,8 +1,8 @@ // Package tmp provides temporary directory helpers. // // tmp stores temporary items in the system's -// temporary directory ( see os.TempDir ) unless -// a corresponding environment variable is set.git +// temporary directory unless a corresponding +// environment variable is set ( see os.TempDir ). // // On Unix systems, it uses $TMPDIR if non-empty, else /tmp. // On Windows, it uses GetTempPath, returning the first non-empty