From: Andre Noll Date: Thu, 3 Sep 2009 19:29:29 +0000 (+0200) Subject: Fix two typos in comments. X-Git-Tag: v0.1.4~16 X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=commitdiff_plain;h=9b972ea107540e54633b0e94dec210a6e1649f8d Fix two typos in comments. --- diff --git a/snap.h b/snap.h index 0ebc4d2..5c2f20b 100644 --- a/snap.h +++ b/snap.h @@ -26,7 +26,7 @@ enum hook_status { * The status of a snapshot. * * The snapshot directories come in four different flavours, depending - * on how the two staus flags are set. Examples: + * on how the two status flags are set. Examples: * * Complete, not being deleted: 1204565370-1204565371.Sun_Mar_02_2008_14_33-Sun_Mar_02_2008_14_43. * Complete, being deleted: 1204565370-1204565371.being_deleted. @@ -48,7 +48,7 @@ struct snapshot { int64_t creation_time; /** * Seconds after the epoch when creation of this snapshot completed. - * Only meaningful if the SS_COMPLTE bit is set. + * Only meaningful if the SS_COMPLETE bit is set. */ int64_t completion_time; /** See \ref snapshot_status_flags. */