diff options
author | Maximilian Güntner <maximilian.guentner@gmail.com> | 2012-06-11 03:11:13 +0200 |
---|---|---|
committer | Maximilian Güntner <maximilian.guentner@gmail.com> | 2012-06-11 03:11:13 +0200 |
commit | 2cada118eb515e369ba23b85c8f3fb8c4d100aaa (patch) | |
tree | 9942570f346e0cadb8a1db3607bfd4bb9b871d76 /profile.c | |
parent | 7acd075bd5ad1c6d42ba77b484aebc2a0572f710 (diff) | |
download | subsurface-2cada118eb515e369ba23b85c8f3fb8c4d100aaa.tar.gz |
updated/corrected comment
Signed-off-by: Maximilian Güntner <maximilian.guentner@gmail.com>
Diffstat (limited to 'profile.c')
-rw-r--r-- | profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -468,7 +468,7 @@ static void plot_depth_profile(struct graphics_context *gc, struct plot_info *pi maxtime = get_maxtime(pi); maxdepth = get_maxdepth(pi); - /* Time markers: at most every 5 min, but no more than 12 markers. + /* Time markers: at most every 10 seconds, but no more than 12 markers. * We start out with 10 seconds and increment up to 30 minutes, * depending on the dive time. * This allows for 6h dives - enough (I hope) for even the craziest |