From f3b0ca69d3977f55968034c04cb0f0f063ac222a Mon Sep 17 00:00:00 2001 From: Richard Cochran Date: Wed, 12 Sep 2012 17:21:07 +0200 Subject: [PATCH] trivial: fix a spelling error in a comment. Signed-off-by: Richard Cochran --- tmv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmv.h b/tmv.h index ef15f10..e850a63 100644 --- a/tmv.h +++ b/tmv.h @@ -33,7 +33,7 @@ * arithmetic functions such as @ref tmv_add() and the like, and just * use plain old math operators in the code. * - * However, we are going to be a bit pendandic here and enforce the + * However, we are going to be a bit pedantic here and enforce the * use of the these functions, so that we can easily upgrade the code * to a finer representation later on. In that way, we can make use of * the fractional nanosecond parts of the correction fields, if and