mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 06:13:14 -07:00
spelling: throughout
This commit is contained in:
parent
55795753ee
commit
12c0ba16ec
1 changed files with 2 additions and 2 deletions
|
@ -183,7 +183,7 @@ void divrat( PRAT *pa, PRAT b, int32_t precision)
|
||||||
// RETURN: None, changes first pointer.
|
// RETURN: None, changes first pointer.
|
||||||
//
|
//
|
||||||
// DESCRIPTION: Does the rational equivalent of *pa += b.
|
// DESCRIPTION: Does the rational equivalent of *pa += b.
|
||||||
// Assumes base is internal througought.
|
// Assumes base is internal throughout.
|
||||||
//
|
//
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -204,7 +204,7 @@ void subrat( PRAT *pa, PRAT b, int32_t precision)
|
||||||
// RETURN: None, changes first pointer.
|
// RETURN: None, changes first pointer.
|
||||||
//
|
//
|
||||||
// DESCRIPTION: Does the rational equivalent of *pa += b.
|
// DESCRIPTION: Does the rational equivalent of *pa += b.
|
||||||
// Assumes base is internal througought.
|
// Assumes base is internal throughout.
|
||||||
//
|
//
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue