From: Ian Lance Taylor Date: Wed, 26 Feb 2014 15:38:13 +0000 (-0800) Subject: include: fix comment in link.h X-Git-Tag: go1.3beta1~564 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e6c66a90791cf6f599cf94749c94b0e3e68dfd8a;p=gostls13.git include: fix comment in link.h LGTM=dave, rsc R=rsc, dave CC=golang-codereviews https://golang.org/cl/68960044 --- diff --git a/include/link.h b/include/link.h index 0d50777f4c..fa8b249dff 100644 --- a/include/link.h +++ b/include/link.h @@ -110,7 +110,7 @@ struct Prog uchar optab; // 5l char width; /* fake for DATA */ - char mode; /* 16, 32, or 64 in 8l, 8l; internal use in 5g, 6g, 8g */ + char mode; /* 16, 32, or 64 in 6l, 8l; internal use in 5g, 6g, 8g */ }; // prevent incompatible type signatures between liblink and 8l on Plan 9