aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJakob Unterwurzacher2020-05-10 00:25:49 +0200
committerJakob Unterwurzacher2020-05-10 00:25:49 +0200
commitead7008a08f9ace4591ebbc03e63fdc7ef37e502 (patch)
tree0cb34d38b9e390e410acd98d7c22bc1de205d73f /main.go
parent1d145be5a17df104a7c9260c7c93b9186688659e (diff)
Fix spelling mistakes found by misspell
https://github.com/client9/misspell
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 1a741ed..2ece064 100644
--- a/main.go
+++ b/main.go
@@ -139,7 +139,7 @@ func main() {
mxp := runtime.GOMAXPROCS(0)
if mxp < 4 && os.Getenv("GOMAXPROCS") == "" {
// On a 2-core machine, setting maxprocs to 4 gives 10% better performance.
- // But don't override an explicitely set GOMAXPROCS env variable.
+ // But don't override an explicitly set GOMAXPROCS env variable.
runtime.GOMAXPROCS(4)
}
// mount(1) unsets PATH. Since exec.Command does not handle this case, we set