summaryrefslogtreecommitdiff
path: root/powerpc/Asm.v
diff options
context:
space:
mode:
Diffstat (limited to 'powerpc/Asm.v')
-rw-r--r--powerpc/Asm.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/powerpc/Asm.v b/powerpc/Asm.v
index 7be155b..b4490af 100644
--- a/powerpc/Asm.v
+++ b/powerpc/Asm.v
@@ -394,7 +394,7 @@ Definition symbol_offset (id: ident) (ofs: int) : val :=
| None => Vundef
end.
-(** The four functions below axiomatize how the linker processes
+(** The two functions below axiomatize how the linker processes
symbolic references [symbol + offset] and splits their
actual values into two 16-bit halves. *)