diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 Changes in 0.6.3.0
 
+  * Documentation fixes.
+
+
+Changes in 0.6.3.0
+
   * Left scans added.
 
 
diff --git a/Data/Vector/Fixed/Internal.hs b/Data/Vector/Fixed/Internal.hs
--- a/Data/Vector/Fixed/Internal.hs
+++ b/Data/Vector/Fixed/Internal.hs
@@ -282,7 +282,7 @@
 foldMap f = T.foldMap f
           . C.cvec
 
--- | Left fold over vector
+-- | Right fold over vector
 ifoldr :: Vector v a => (Int -> a -> b -> b) -> b -> v a -> b
 {-# INLINE ifoldr #-}
 ifoldr f x = C.ifoldr f x
diff --git a/fixed-vector.cabal b/fixed-vector.cabal
--- a/fixed-vector.cabal
+++ b/fixed-vector.cabal
@@ -1,5 +1,5 @@
 Name:           fixed-vector
-Version:        0.6.3.0
+Version:        0.6.3.1
 Synopsis:       Generic vectors with statically known size.
 Description:
   Generic library for vectors with statically known
