From: Shenghou Ma Date: Tue, 24 Apr 2012 15:17:16 +0000 (+0800) Subject: cmd/5g: fix URL typo X-Git-Tag: go1.1rc2~3330 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=dee62a440c928dd93ba96b273c30e1399fb16994;p=gostls13.git cmd/5g: fix URL typo R=golang-dev, rsc, bradfitz CC=golang-dev https://golang.org/cl/5919054 --- diff --git a/src/cmd/5g/peep.c b/src/cmd/5g/peep.c index e87f5d6973..4874ee1103 100644 --- a/src/cmd/5g/peep.c +++ b/src/cmd/5g/peep.c @@ -1,5 +1,5 @@ // Inferno utils/5c/peep.c -// http://code.google.com/p/inferno-os/source/browse/utils/5g/peep.c +// http://code.google.com/p/inferno-os/source/browse/utils/5c/peep.c // // Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved. // Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net) diff --git a/src/cmd/5g/reg.c b/src/cmd/5g/reg.c index 93724d0326..82e2166b84 100644 --- a/src/cmd/5g/reg.c +++ b/src/cmd/5g/reg.c @@ -1,5 +1,5 @@ // Inferno utils/5c/reg.c -// http://code.google.com/p/inferno-os/source/browse/utils/5g/reg.c +// http://code.google.com/p/inferno-os/source/browse/utils/5c/reg.c // // Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved. // Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)