aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/FSets/FMapList.v
diff options
context:
space:
mode:
authorGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2016-11-24 15:14:19 +0100
committerGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2016-11-24 15:14:19 +0100
commita27ac0315dcbb99c64a260bac3988199a26b39cf (patch)
tree2cf20f9ee79494c190cbd0fb8658872dd785d30b /theories/FSets/FMapList.v
parentb16de62d20790930589795c3d10fbb07185ec22c (diff)
Fix some documentation typos.
Note: "dependant" does exist, but it is a noun and it means a person that is somehow financially dependent on someone else.
Diffstat (limited to 'theories/FSets/FMapList.v')
-rw-r--r--theories/FSets/FMapList.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/FSets/FMapList.v b/theories/FSets/FMapList.v
index 13cb559b9..5acdb7eb7 100644
--- a/theories/FSets/FMapList.v
+++ b/theories/FSets/FMapList.v
@@ -8,7 +8,7 @@
(** * Finite map library *)
-(** This file proposes an implementation of the non-dependant interface
+(** This file proposes an implementation of the non-dependent interface
[FMapInterface.S] using lists of pairs ordered (increasing) with respect to
left projection. *)