]> Cypherpunks repositories - gostls13.git/commitdiff
gc: typo
authorRuss Cox <rsc@golang.org>
Wed, 25 May 2011 14:19:50 +0000 (10:19 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 25 May 2011 14:19:50 +0000 (10:19 -0400)
R=ken2
CC=golang-dev
https://golang.org/cl/4539086

src/cmd/gc/sinit.c

index be96a1477a25d6619e35ce131b3add2e455d3f93..eb7ef31ecc78a51ad98236e4954a9a5751eb2be4 100644 (file)
@@ -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);