aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2015-10-04 22:16:46 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2015-10-04 22:16:46 +0200
commit5493186b185143b8cea401fbbbf417d37ae7e665 (patch)
tree7ed49525d09133c040423678dff88d592cec7227
parent34cc6a603f34a430fc3b9a7071dcc1e19b2b7250 (diff)
downloadcompcert-kvx-5493186b185143b8cea401fbbbf417d37ae7e665.tar.gz
compcert-kvx-5493186b185143b8cea401fbbbf417d37ae7e665.zip
Fixed minor typos in the comments.
-rw-r--r--arm/AsmToJSON.ml2
-rw-r--r--ia32/AsmToJSON.ml2
2 files changed, 2 insertions, 2 deletions
diff --git a/arm/AsmToJSON.ml b/arm/AsmToJSON.ml
index 75724d43..bb0c0c04 100644
--- a/arm/AsmToJSON.ml
+++ b/arm/AsmToJSON.ml
@@ -10,7 +10,7 @@
(* *)
(* *********************************************************************)
-(* Simple functions to serialize powerpc Asm to JSON *)
+(* Simple functions to serialize arm Asm to JSON *)
(* Dummy function *)
diff --git a/ia32/AsmToJSON.ml b/ia32/AsmToJSON.ml
index de39cb9d..3214491f 100644
--- a/ia32/AsmToJSON.ml
+++ b/ia32/AsmToJSON.ml
@@ -10,7 +10,7 @@
(* *)
(* *********************************************************************)
-(* Simple functions to serialize powerpc Asm to JSON *)
+(* Simple functions to serialize ia32 Asm to JSON *)
(* Dummy function *)
let p_program oc prog =