From e94eb38975ecdb3d4ed0a200671b6470c0b791a3 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 25 May 2011 10:19:50 -0400 Subject: [PATCH] gc: typo R=ken2 CC=golang-dev https://golang.org/cl/4539086 --- src/cmd/gc/sinit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cmd/gc/sinit.c b/src/cmd/gc/sinit.c index be96a1477a2..eb7ef31ecc7 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);