From: Russ Cox Date: Wed, 25 May 2011 14:19:50 +0000 (-0400) Subject: gc: typo X-Git-Tag: weekly.2011-06-02~113 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e94eb38975ecdb3d4ed0a200671b6470c0b791a3;p=gostls13.git gc: typo R=ken2 CC=golang-dev https://golang.org/cl/4539086 --- diff --git a/src/cmd/gc/sinit.c b/src/cmd/gc/sinit.c index be96a1477a..eb7ef31ecc 100644 --- a/src/cmd/gc/sinit.c +++ b/src/cmd/gc/sinit.c @@ -173,10 +173,10 @@ initfix(NodeList *l) /* * from here down is the walk analysis - * of composit literals. + * of composite literals. * most of the work is to generate * data statements for the constant - * part of the composit literal. + * part of the composite literal. */ static void structlit(int ctxt, int pass, Node *n, Node *var, NodeList **init);