From d10d384f4ce0c1081497cf0657ea3580779d7330 Mon Sep 17 00:00:00 2001 From: Michael Schmidt Date: Wed, 4 Nov 2015 17:12:24 +0100 Subject: bug 17567, typos --- debug/Debug.ml | 2 +- debug/Debug.mli | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'debug') diff --git a/debug/Debug.ml b/debug/Debug.ml index 87d04ad7..789ecb70 100644 --- a/debug/Debug.ml +++ b/debug/Debug.ml @@ -20,7 +20,7 @@ open Sections (* Interface for generating and printing debug information *) -(* Record used for stroring references to the actual implementation functions *) +(* Record used for storing references to the actual implementation functions *) type implem = { init: string -> unit; diff --git a/debug/Debug.mli b/debug/Debug.mli index 1585e7e4..614fe84b 100644 --- a/debug/Debug.mli +++ b/debug/Debug.mli @@ -18,7 +18,7 @@ open BinNums open Sections -(* Record used for stroring references to the actual implementation functions *) +(* Record used for storing references to the actual implementation functions *) type implem = { init: string -> unit; -- cgit