Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
Change-Id: I2023e633ceabe7a958b79096b2584b579a9db03b
  • Loading branch information
mateusz834 committed May 12, 2024
1 parent 728a265 commit 1ed3dad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cmd/internal/objabi/pkgspecial.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ var runtimePkgs = []string{

"internal/abi",
"internal/bytealg",
"internal/chacha8rand",
"internal/byteorder",
"internal/chacha8rand",
"internal/coverage/rtcov",
"internal/cpu",
"internal/goarch",
Expand Down
2 changes: 1 addition & 1 deletion src/go/build/deps_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var depsRules = `
unicode/utf8, unicode/utf16, unicode,
unsafe;
# internal/goarch depends only on internal/goarch and unsafe.
# internal/abi depends only on internal/goarch and unsafe.
internal/goarch, unsafe < internal/abi;
internal/byteorder, internal/goarch, unsafe < internal/chacha8rand;
Expand Down

0 comments on commit 1ed3dad

Please sign in to comment.