Commit 1f6b6ca9 authored by Gustavo Niemeyer's avatar Gustavo Niemeyer Committed by Robert Griesemer

A selection of trivials.

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/3606043
parent 5e54e936
......@@ -104,12 +104,12 @@
<th align="left">Synopsis</th>
</tr>
<tr>
<th align="left"><a href="..">..<a></th>
<th align="left"><a href="..">..</a></th>
</tr>
{.repeated section List}
<tr>
{Depth|padding}
<td align="left" colspan="{Height|html-esc}"><a href="{Path|html-esc}">{Name|html-esc}<a></td>
<td align="left" colspan="{Height|html-esc}"><a href="{Path|html-esc}">{Name|html-esc}</a></td>
<td></td>
<td align="left">{Synopsis|html-esc}</td>
</tr>
......
......@@ -7,8 +7,8 @@
/*
* machine size and rounding
* alignment is dictated around
* the size of a pointer, set in belexinit
* (see ../6g/align.c).
* the size of a pointer, set in betypeinit
* (see ../6g/galign.c).
*/
static int defercalc;
......
......@@ -127,7 +127,7 @@ func (doc *docReader) addValue(decl *ast.GenDecl) {
name := ""
switch {
case v.Type != nil:
// a type is present; determine it's name
// a type is present; determine its name
name = baseTypeName(v.Type)
case decl.Tok == token.CONST:
// no type is present but we have a constant declaration;
......
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