Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Fix typo.



details:   https://anonhg.NetBSD.org/src/rev/b4f4b72009ba
branches:  trunk
changeset: 751967:b4f4b72009ba
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Feb 09 23:07:13 2010 +0000

description:
Fix typo.

diffstat:

 gnu/dist/groff/doc/groff-1       |  2 +-
 gnu/dist/groff/doc/groff.texinfo |  2 +-
 sys/arch/m68k/fpsp/sint.sa       |  4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diffs (42 lines):

diff -r 4e8d96e079ad -r b4f4b72009ba gnu/dist/groff/doc/groff-1
--- a/gnu/dist/groff/doc/groff-1        Tue Feb 09 23:05:16 2010 +0000
+++ b/gnu/dist/groff/doc/groff-1        Tue Feb 09 23:07:13 2010 +0000
@@ -7703,7 +7703,7 @@
 ============
 
 `gtroff' has string variables, which are entirely for user convenience
-(i.e. there are no built-in strings exept `.T', but even this is a
+(i.e. there are no built-in strings except `.T', but even this is a
 read-write string variable).
 
  -- Request: .ds name [string]
diff -r 4e8d96e079ad -r b4f4b72009ba gnu/dist/groff/doc/groff.texinfo
--- a/gnu/dist/groff/doc/groff.texinfo  Tue Feb 09 23:05:16 2010 +0000
+++ b/gnu/dist/groff/doc/groff.texinfo  Tue Feb 09 23:07:13 2010 +0000
@@ -10175,7 +10175,7 @@
 @cindex strings
 
 @code{gtroff} has string variables, which are entirely for user
-convenience (i.e.@: there are no built-in strings exept @code{.T}, but
+convenience (i.e.@: there are no built-in strings except @code{.T}, but
 even this is a read-write string variable).
 
 @DefreqList {ds, name [@Var{string}]}
diff -r 4e8d96e079ad -r b4f4b72009ba sys/arch/m68k/fpsp/sint.sa
--- a/sys/arch/m68k/fpsp/sint.sa        Tue Feb 09 23:05:16 2010 +0000
+++ b/sys/arch/m68k/fpsp/sint.sa        Tue Feb 09 23:07:13 2010 +0000
@@ -1,4 +1,4 @@
-*      $NetBSD: sint.sa,v 1.2 1994/10/26 07:49:48 cgd Exp $
+*      $NetBSD: sint.sa,v 1.3 2010/02/09 23:07:14 wiz Exp $
 
 *      MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP
 *      M68000 Hi-Performance Microprocessor Division
@@ -148,7 +148,7 @@
 *      Input:  a0 points to an IEEE extended format operand
 *      Output: fp0 has the result 
 *
-* Exeptions:
+* Exceptions:
 *
 * If the subroutine results in an inexact operation, the inx2 and
 * ainx bits in the USER_FPSR are set.



Home | Main Index | Thread Index | Old Index