diff options
author | Guillaume Melquiond <guillaume.melquiond@inria.fr> | 2016-11-24 13:39:06 +0100 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@inria.fr> | 2016-11-24 13:39:06 +0100 |
commit | 9ddae1778aef70c55a1347c4d0b28694cf34a5af (patch) | |
tree | 8d89834ee9ada62eb58dffefba110e9477381164 /theories | |
parent | 989553966c7ba1a2cc23fd10fc2633dcb0f98648 (diff) |
Fix some documentation typos.
Diffstat (limited to 'theories')
-rw-r--r-- | theories/Numbers/BigNumPrelude.v | 4 | ||||
-rw-r--r-- | theories/Strings/Ascii.v | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/theories/Numbers/BigNumPrelude.v b/theories/Numbers/BigNumPrelude.v index 45a7527c9..bd8930872 100644 --- a/theories/Numbers/BigNumPrelude.v +++ b/theories/Numbers/BigNumPrelude.v @@ -10,7 +10,7 @@ (** * BigNumPrelude *) -(** Auxillary functions & theorems used for arbitrary precision efficient +(** Auxiliary functions & theorems used for arbitrary precision efficient numbers. *) @@ -22,7 +22,7 @@ Require Export Zpow_facts. Declare ML Module "numbers_syntax_plugin". (* *** Nota Bene *** - All results that were general enough has been moved in ZArith. + All results that were general enough have been moved in ZArith. Only remain here specialized lemmas and compatibility elements. (P.L. 5/11/2007). *) diff --git a/theories/Strings/Ascii.v b/theories/Strings/Ascii.v index 97cb746f3..55a533c55 100644 --- a/theories/Strings/Ascii.v +++ b/theories/Strings/Ascii.v @@ -40,7 +40,7 @@ Defined. (** * Conversion between natural numbers modulo 256 and ascii characters *) -(** Auxillary function that turns a positive into an ascii by +(** Auxiliary function that turns a positive into an ascii by looking at the last 8 bits, ie z mod 2^8 *) Definition ascii_of_pos : positive -> ascii := |