Typos on comments

Fixing 2 typos on comments.

Signed-off-by: Rodrigo Severo <rodrigo@fabricadeideias.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Rodrigo Severo 2013-12-31 20:32:15 -02:00 committed by Dirk Hohndel
parent dcc143ae4f
commit 763c64d0da
2 changed files with 2 additions and 2 deletions

View file

@ -259,7 +259,7 @@ static int calculate_cns(struct dive *dive)
if (dive->cns) if (dive->cns)
return dive->cns; return dive->cns;
/* /*
* Do we start with a cns loading from a privious dive? * Do we start with a cns loading from a previous dive?
* Check if we did a dive 12 hours prior, and what cns we had from that. * Check if we did a dive 12 hours prior, and what cns we had from that.
* Then apply ha 90min halftime to see whats left. * Then apply ha 90min halftime to see whats left.
*/ */

View file

@ -78,7 +78,7 @@ int get_maxtime(struct plot_info *pi)
} }
/* get the maximum depth to which we want to plot /* get the maximum depth to which we want to plot
* take into account the additional verical space needed to plot * take into account the additional vertical space needed to plot
* partial pressure graphs */ * partial pressure graphs */
int get_maxdepth(struct plot_info *pi) int get_maxdepth(struct plot_info *pi)
{ {