Skip to content

Commit

Permalink
Add copyright and fix grammar of comments
Browse files Browse the repository at this point in the history
Signed-off-by: grant <[email protected]>
  • Loading branch information
grantseltzer committed Apr 3, 2019
1 parent ce26e64 commit 3c3ff6b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions src/runtime/lookup_darwin.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2019 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package runtime

import (
Expand Down
6 changes: 3 additions & 3 deletions src/runtime/lookup_darwin_arm.s
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
#include "go_tls.h"
#include "textflag.h"

// On darwin/arm, the runtime always use runtime/cgo
// for resolution. This will just exit with nominal
// exit code
// On darwin/arm, the runtime always uses runtime/cgo
// for resolution. This will just exit with a nominal
// exit code.

TEXT runtime·res_search_trampoline(SB),NOSPLIT,$0
MOVW $90, R0
Expand Down
6 changes: 3 additions & 3 deletions src/runtime/lookup_darwin_arm64.s
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#include "go_tls.h"
#include "textflag.h"

// On darwin/arm, the runtime always use runtime/cgo
// for resolution. This will just exit with nominal
// exit code
// On darwin/arm, the runtime always uses runtime/cgo
// for resolution. This will just exit with a nominal
// exit code.

TEXT runtime·res_search_trampoline(SB),NOSPLIT,$0
MOVW $90, R0
Expand Down

0 comments on commit 3c3ff6b

Please sign in to comment.