summaryrefslogtreecommitdiff
path: root/src/liblink
diff options
context:
space:
mode:
authorMartin Olsson <martin@minimum.se>2013-12-27 08:59:02 -0800
committerMartin Olsson <martin@minimum.se>2013-12-27 08:59:02 -0800
commit8ab9329206fd17f6fcbb51e609322aad005fecf9 (patch)
tree8cc4bf555e137886344c6cc168b397d3f43fffb6 /src/liblink
parent765a01c40dc01cb562f2e3e8677d0cd7b3fbba3d (diff)
downloadgo-8ab9329206fd17f6fcbb51e609322aad005fecf9.tar.gz
all: fix a few spelling errors in source comments
R=golang-codereviews, dave, iant CC=golang-codereviews https://codereview.appspot.com/45750044 Committer: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/liblink')
-rw-r--r--src/liblink/asm5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblink/asm5.c b/src/liblink/asm5.c
index 6c744a815..923c05922 100644
--- a/src/liblink/asm5.c
+++ b/src/liblink/asm5.c
@@ -1991,7 +1991,7 @@ if(0 /*debug['G']*/) print("%ux: %s: arm %d\n", (uint32)(p->pc), p->from.sym->na
// This is supposed to be something that stops execution.
// It's not supposed to be reached, ever, but if it is, we'd
// like to be able to tell how we got there. Assemble as
- // 0xf7fabcfd which is guranteed to raise undefined instruction
+ // 0xf7fabcfd which is guaranteed to raise undefined instruction
// exception.
o1 = 0xf7fabcfd;
break;