mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
dive.c: fix a couple of comment typos
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
0a2f5d25c0
commit
1efb747338
1 changed files with 2 additions and 2 deletions
|
@ -1729,7 +1729,7 @@ int gasmix_distance(const struct gasmix *a, const struct gasmix *b)
|
|||
}
|
||||
|
||||
/* fill_pressures(): Compute partial gas pressures in bar from gasmix and ambient pressures, possibly for OC or CCR, to be
|
||||
* extended to PSCT. This function does the calculations of gases pressures applicable to a single point on the dive profile.
|
||||
* extended to PSCT. This function does the calculations of gas pressures applicable to a single point on the dive profile.
|
||||
* The structure "pressures" is used to return calculated gas pressures to the calling software.
|
||||
* Call parameters: po2 = po2 value applicable to the record in calling function
|
||||
* amb_pressure = ambient pressure applicable to the record in calling function
|
||||
|
@ -2807,7 +2807,7 @@ int count_dives_with_suit(const char *suit)
|
|||
* one single dive with multiple dive computers.
|
||||
*
|
||||
* This is the "try_to_merge()" case, which will have offset == 0,
|
||||
* even if the dive times moth be different.
|
||||
* even if the dive times might be different.
|
||||
*/
|
||||
struct dive *merge_dives(struct dive *a, struct dive *b, int offset, bool prefer_downloaded)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue