diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2012-12-31 10:07:52 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2012-12-31 10:07:52 +0000 |
commit | a2bf3d1db9b2afe0f92374a6bcb4a4e1fba9ac44 (patch) | |
tree | 59b859708f111694b14b2569d2ef256c72927970 /libexec | |
parent | a2d89bf757192aa0e8d6e776ef4b52b6ea1e07a7 (diff) |
Spell `calculation' correctly.
Diffstat (limited to 'libexec')
-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 77df737bc40..261d93ee0a8 100644 --- a/libexec/ld.so/powerpc/ldasm.S +++ b/libexec/ld.so/powerpc/ldasm.S @@ -1,4 +1,4 @@ -/* $OpenBSD: ldasm.S,v 1.13 2003/07/09 21:01:10 drahn Exp $ */ +/* $OpenBSD: ldasm.S,v 1.14 2012/12/31 10:07:51 miod Exp $ */ /* * Copyright (c) 1999 Dale Rahn @@ -60,7 +60,7 @@ ENTRY(_dl_start) /* * these adds effectively calculate the value the * bl _GLOBAL_OFFSET_TABLE_@local-4 - * operation that would be below would calulate. + * operation that would be below would calculate. */ add 28, 18, 5 mr 6, 5 # save offset for later use |