aboutsummaryrefslogtreecommitdiffstats
path: root/debug
diff options
context:
space:
mode:
authorMichael Schmidt <github@mschmidt.me>2015-11-04 17:12:24 +0100
committerMichael Schmidt <github@mschmidt.me>2015-11-04 17:12:24 +0100
commitd10d384f4ce0c1081497cf0657ea3580779d7330 (patch)
treed86fa3f1a341c1089a9f2250ab7fa6b054c51e8f /debug
parent8b24bf0f0fe164e39a2f5ca81e7c0214723b2be3 (diff)
downloadcompcert-kvx-d10d384f4ce0c1081497cf0657ea3580779d7330.tar.gz
compcert-kvx-d10d384f4ce0c1081497cf0657ea3580779d7330.zip
bug 17567, typos
Diffstat (limited to 'debug')
-rw-r--r--debug/Debug.ml2
-rw-r--r--debug/Debug.mli2
2 files changed, 2 insertions, 2 deletions
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;