summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug097.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/bug097.go')
-rw-r--r--test/fixedbugs/bug097.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/fixedbugs/bug097.go b/test/fixedbugs/bug097.go
index 70bd6e2b4..d5e40999c 100644
--- a/test/fixedbugs/bug097.go
+++ b/test/fixedbugs/bug097.go
@@ -41,7 +41,7 @@ pc: 0x4558
*/
/* An array composite literal needs to be created freshly every time.
- It is a "construction" of an array after all. If I pass the address
- of the array to some function, it may store it globally. Same applies
- to struct literals.
+ It is a "construction" of an array after all. If I pass the address
+ of the array to some function, it may store it globally. Same applies
+ to struct literals.
*/