Commit e94eb389 authored by Russ Cox's avatar Russ Cox

gc: typo

R=ken2
CC=golang-dev
https://golang.org/cl/4539086
parent 22864716
...@@ -173,10 +173,10 @@ initfix(NodeList *l) ...@@ -173,10 +173,10 @@ initfix(NodeList *l)
/* /*
* from here down is the walk analysis * from here down is the walk analysis
* of composit literals. * of composite literals.
* most of the work is to generate * most of the work is to generate
* data statements for the constant * 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); static void structlit(int ctxt, int pass, Node *n, Node *var, NodeList **init);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment