diff options
author | Jan-Uwe Finck <jufi@cvs.openbsd.org> | 2002-07-07 08:54:51 +0000 |
---|---|---|
committer | Jan-Uwe Finck <jufi@cvs.openbsd.org> | 2002-07-07 08:54:51 +0000 |
commit | cd84c90ae341335a0ad90ba9e59a0c4043a52259 (patch) | |
tree | 815ea0f0eca446febc08efa42e540e3adc8d849d /libexec/ld.so/powerpc/ldasm.S | |
parent | 7c41d8ceba7e5d71423a274227c7861beef81ea2 (diff) |
typos/grammar/better words
in comments.
Diffstat (limited to 'libexec/ld.so/powerpc/ldasm.S')
-rw-r--r-- | libexec/ld.so/powerpc/ldasm.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/powerpc/ldasm.S b/libexec/ld.so/powerpc/ldasm.S index e626587e723..caf43ea950b 100644 --- a/libexec/ld.so/powerpc/ldasm.S +++ b/libexec/ld.so/powerpc/ldasm.S @@ -1,4 +1,4 @@ -/* $OpenBSD: ldasm.S,v 1.4 2002/05/24 04:17:01 deraadt Exp $ */ +/* $OpenBSD: ldasm.S,v 1.5 2002/07/07 08:54:50 jufi Exp $ */ /* * Copyright (c) 1999 Dale Rahn @@ -75,7 +75,7 @@ ENTRY(_dl_start) rlwinm 18,18,0,8,30 # mask off the offset portion of the instr. /* - * these adds effectively calculates the value the + * these adds effectively calculate the value the * bl _GLOBAL_OFFSET_TABLE_@local-4 * operation that would be below would calulate. */ |