Commit c9de4bf6baca09d043229a51374b47f47b86e87c

Werner Lemberg 2016-12-30T10:07:23

Typo.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/ChangeLog b/ChangeLog
index 7b5619a..91a30e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,7 +12,7 @@
 
 	* src/tools/ftfuzzer/ftfuzzer.cc: Include `stdlib.h' for `rand'.
 	(Random): Small class to provide n randomly selected numbers
-	(without repitition) out of the value set [0,N].
+	(without repitition) out of the value set [1,N].
 	(LLVMFuzzerTestOneInput): Use it to test only up to 10 bitmap
 	strikes.