From ae7244f2e3de1e405b7fdb0aa7ee736dc429a8ae Mon Sep 17 00:00:00 2001 From: Carmelo Piccione Date: Tue, 10 Feb 2015 23:01:59 -0500 Subject: [PATCH] Update ocamldoc --- src/data/CCBufferIO.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/CCBufferIO.ml b/src/data/CCBufferIO.ml index c71c84a8..170c8934 100644 --- a/src/data/CCBufferIO.ml +++ b/src/data/CCBufferIO.ml @@ -1,5 +1,5 @@ (* - * BatBufferIO - Circular byte buffer + * CCBufferIO - Polymorphic circular buffer * Copyright (C) 2014 Simon Cruanes * * This library is free software; you can redistribute it and/or @@ -18,7 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *) -(** Circular Byte Buffer for IO *) +(** Polymorphic Circular Buffer for IO *) type 'a t = { mutable start : int;