summaryrefslogtreecommitdiff
path: root/theories/Strings/String.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Strings/String.v')
-rw-r--r--theories/Strings/String.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/theories/Strings/String.v b/theories/Strings/String.v
index 53260480..00f28a9c 100644
--- a/theories/Strings/String.v
+++ b/theories/Strings/String.v
@@ -6,7 +6,7 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(* $Id: String.v 10855 2008-04-27 11:16:15Z msozeau $ *)
+(* $Id: String.v 11206 2008-07-04 16:21:28Z letouzey $ *)
(** Contributed by Laurent Théry (INRIA);
Adapted to Coq V8 by the Coq Development Team *)
@@ -225,7 +225,7 @@ Fixpoint index (n : nat) (s1 s2 : string) {struct s2} : option nat :=
end
end.
-(* Dirty trick to evaluate locally that prefix reduces itself *)
+(* Dirty trick to avoid locally that prefix reduces itself *)
Opaque prefix.
(** If the result of [index] is [Some m], [s1] in [s2] at position [m] *)