diff options
Diffstat (limited to 'src/cmd/cc/doc.go')
-rw-r--r-- | src/cmd/cc/doc.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/cc/doc.go b/src/cmd/cc/doc.go index c92449591..51aa8b192 100644 --- a/src/cmd/cc/doc.go +++ b/src/cmd/cc/doc.go @@ -4,8 +4,8 @@ /* -This directory contains the portable section of the Plan 9 C compilers as -represented here. See ../6c, ../8c, and ../5c for more information. +This directory contains the portable section of the Plan 9 C compilers. +See ../6c, ../8c, and ../5c for more information. */ package documentation |