Removed repetitions of "the" in some comments.
Change-Id: I36a6f51609765076de32e1b97398c4c08743aafc
GitHub-Last-Rev:
4d06aea6a787cfca40eda10845897ff149fff62c
GitHub-Pull-Request: golang/go#33797
Reviewed-on: https://go-review.googlesource.com/c/go/+/191497
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
// err = errno
// }
//
-// Errno values can be tested against error values from the the os package
+// Errno values can be tested against error values from the os package
// using errors.Is. For example:
//
// _, _, err := syscall.Syscall(...)
// err = errno
// }
//
-// Errno values can be tested against error values from the the os package
+// Errno values can be tested against error values from the os package
// using errors.Is. For example:
//
// _, _, err := syscall.Syscall(...)
// ErrorString implements Error's String method by returning itself.
//
-// ErrorString values can be tested against error values from the the os package
+// ErrorString values can be tested against error values from the os package
// using errors.Is. For example:
//
// _, _, err := syscall.Syscall(...)
// err = errno
// }
//
-// Errno values can be tested against error values from the the os package
+// Errno values can be tested against error values from the os package
// using errors.Is. For example:
//
// _, _, err := syscall.Syscall(...)
// Errno is the Windows error number.
//
-// Errno values can be tested against error values from the the os package
+// Errno values can be tested against error values from the os package
// using errors.Is. For example:
//
// _, _, err := syscall.Syscall(...)