From 2fcf892e3e4c0ea9b29e868d33b8142a31daaa84 Mon Sep 17 00:00:00 2001 From: Mathieu Aubin Date: Sun, 13 Mar 2022 11:46:42 -0400 Subject: [PATCH] typoi --- unix/internal/mkmerge/mkmerge.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/internal/mkmerge/mkmerge.go b/unix/internal/mkmerge/mkmerge.go index efcdede5..f307c301 100644 --- a/unix/internal/mkmerge/mkmerge.go +++ b/unix/internal/mkmerge/mkmerge.go @@ -14,7 +14,7 @@ // $ mkmerge -out zerrors_linux.go zerrors_linux_*.go // // mkmerge performs the merge in the following steps: -// 1. Construct the set of common code that is idential in all +// 1. Construct the set of common code that is identical in all // architecture-specific files. // 2. Write this common code to the merged file. // 3. Remove the common code from all architecture-specific files.