]> Cypherpunks repositories - gostls13.git/commitdiff
include: fix comment in link.h
authorIan Lance Taylor <iant@golang.org>
Wed, 26 Feb 2014 15:38:13 +0000 (07:38 -0800)
committerIan Lance Taylor <iant@golang.org>
Wed, 26 Feb 2014 15:38:13 +0000 (07:38 -0800)
LGTM=dave, rsc
R=rsc, dave
CC=golang-codereviews
https://golang.org/cl/68960044

include/link.h

index 0d50777f4c5744f704f11f15ccf6348177e2f3c6..fa8b249dff40beefbb6bf457159a6a8e6298fc16 100644 (file)
@@ -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