From: Rob Pike Date: Mon, 6 Apr 2015 18:03:24 +0000 (-0700) Subject: cmd/asm/internal/asm: fix comment in ppc64.go X-Git-Tag: go1.5beta1~1300 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=dfc9e264d18a3f9fe7afdb794d227473ce486516;p=gostls13.git cmd/asm/internal/asm: fix comment in ppc64.go It referred to the wrong architecture. Fixes #10355. Change-Id: I5b9d31c9f04f3106b93f94fa68c848b2518b128e Reviewed-on: https://go-review.googlesource.com/8495 Reviewed-by: Dave Cheney --- diff --git a/src/cmd/asm/internal/arch/ppc64.go b/src/cmd/asm/internal/arch/ppc64.go index db2adffab5..5916e2413c 100644 --- a/src/cmd/asm/internal/arch/ppc64.go +++ b/src/cmd/asm/internal/arch/ppc64.go @@ -2,9 +2,9 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// This file encapsulates some of the odd characteristics of the ARM -// instruction set, to minimize its interaction with the core of the -// assembler. +// This file encapsulates some of the odd characteristics of the +// 64-bit PowerPC (PPC64) instruction set, to minimize its interaction +// with the core of the assembler. package arch