diff options
Diffstat (limited to 'asmcomp/mips')
-rw-r--r-- | asmcomp/mips/arch.ml | 2 | ||||
-rw-r--r-- | asmcomp/mips/emit.mlp | 2 | ||||
-rw-r--r-- | asmcomp/mips/proc.ml | 2 | ||||
-rw-r--r-- | asmcomp/mips/reload.ml | 2 | ||||
-rw-r--r-- | asmcomp/mips/scheduling.ml | 2 | ||||
-rw-r--r-- | asmcomp/mips/selection.ml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/asmcomp/mips/arch.ml b/asmcomp/mips/arch.ml index c174ef6c9..af36f6f27 100644 --- a/asmcomp/mips/arch.ml +++ b/asmcomp/mips/arch.ml @@ -1,6 +1,6 @@ (***********************************************************************) (* *) -(* Objective Caml *) +(* OCaml *) (* *) (* Xavier Leroy, projet Cristal, INRIA Rocquencourt *) (* *) diff --git a/asmcomp/mips/emit.mlp b/asmcomp/mips/emit.mlp index 06915fd34..1abf9d599 100644 --- a/asmcomp/mips/emit.mlp +++ b/asmcomp/mips/emit.mlp @@ -1,6 +1,6 @@ (***********************************************************************) (* *) -(* Objective Caml *) +(* OCaml *) (* *) (* Xavier Leroy, projet Cristal, INRIA Rocquencourt *) (* *) diff --git a/asmcomp/mips/proc.ml b/asmcomp/mips/proc.ml index 53971890e..9b2d84ae1 100644 --- a/asmcomp/mips/proc.ml +++ b/asmcomp/mips/proc.ml @@ -1,6 +1,6 @@ (***********************************************************************) (* *) -(* Objective Caml *) +(* OCaml *) (* *) (* Xavier Leroy, projet Cristal, INRIA Rocquencourt *) (* *) diff --git a/asmcomp/mips/reload.ml b/asmcomp/mips/reload.ml index 0bdd208d6..2e9838bc9 100644 --- a/asmcomp/mips/reload.ml +++ b/asmcomp/mips/reload.ml @@ -1,6 +1,6 @@ (***********************************************************************) (* *) -(* Objective Caml *) +(* OCaml *) (* *) (* Xavier Leroy, projet Cristal, INRIA Rocquencourt *) (* *) diff --git a/asmcomp/mips/scheduling.ml b/asmcomp/mips/scheduling.ml index 062529ad5..17b7e3883 100644 --- a/asmcomp/mips/scheduling.ml +++ b/asmcomp/mips/scheduling.ml @@ -1,6 +1,6 @@ (***********************************************************************) (* *) -(* Objective Caml *) +(* OCaml *) (* *) (* Xavier Leroy, projet Cristal, INRIA Rocquencourt *) (* *) diff --git a/asmcomp/mips/selection.ml b/asmcomp/mips/selection.ml index 4dbaa86ea..791fe296d 100644 --- a/asmcomp/mips/selection.ml +++ b/asmcomp/mips/selection.ml @@ -1,6 +1,6 @@ (***********************************************************************) (* *) -(* Objective Caml *) +(* OCaml *) (* *) (* Xavier Leroy, projet Cristal, INRIA Rocquencourt *) (* *) |