diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2013-02-09 20:52:13 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2013-02-09 20:52:13 +0000 |
commit | afb845ac48481b9c6e6b3d43d8169de7f11b1bee (patch) | |
tree | 9b302e7929ba975ea79a84282d8344e1c0f9eed8 | |
parent | d90ff4afd50a6a69d5165ceaf2caf59cd16447c0 (diff) |
Grammar, typos
-rw-r--r-- | sys/arch/arm/include/setjmp.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/arm/include/setjmp.h b/sys/arch/arm/include/setjmp.h index 13017aa7242..41624454804 100644 --- a/sys/arch/arm/include/setjmp.h +++ b/sys/arch/arm/include/setjmp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: setjmp.h,v 1.2 2011/09/20 22:02:13 miod Exp $ */ +/* $OpenBSD: setjmp.h,v 1.3 2013/02/09 20:52:12 miod Exp $ */ /* $NetBSD: setjmp.h,v 1.2 2001/08/25 14:45:59 bjh21 Exp $ */ /* @@ -11,7 +11,7 @@ * NOTE: The internal structure of a jmp_buf is *PRIVATE* * This information is provided as there is software * that fiddles with this with obtain the stack pointer - * (yes really ! and its commercial !). + * (yes really ! and it's commercial !). * * Description of the setjmp buffer * @@ -39,12 +39,12 @@ * * The magic number number identifies the jmp_buf and * how the buffer was created as well as providing - * a sanity check + * a sanity check. * - * A side note I should mention - Please do not tamper + * A side note I should mention - please do not tamper * with the floating point fields. While they are * always saved and restored at the moment this cannot - * be garenteed especially if the compiler happens + * be guaranteed especially if the compiler happens * to be generating soft-float code so no fp * registers will be used. * |