diff --git a/path.go b/path.go
index 82438c13..76eaca48 100644
--- a/path.go
+++ b/path.go
@@ -115,7 +115,7 @@ func cleanPath(p string) string {
 
 	// If the original string was not modified (or only shortened at the end),
 	// return the respective substring of the original string.
-	// Otherwise return a new string from the buffer.
+	// Otherwise, return a new string from the buffer.
 	if len(buf) == 0 {
 		return p[:w]
 	}