summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/z-rand.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/z-rand.hpp b/src/z-rand.hpp
index f2e3ce5c..bbf14584 100644
--- a/src/z-rand.hpp
+++ b/src/z-rand.hpp
@@ -40,7 +40,7 @@ s32b maxroll(s16b num, s16b sides);
bool magik(s32b p);
/*
- * Generates a random long integer X where O<=X<M.
+ * Generates a random long integer X where 0<=X<M.
* The integer X falls along a uniform distribution.
* For example, if M is 100, you get "percentile dice"
*/