summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-06-20 22:49:05 +0200
committerBardur Arantsson <bardur@scientician.net>2016-06-20 22:49:05 +0200
commitfb4c38851b5c91b561714400bbf3335833c42598 (patch)
tree776af261ae7f6bccd7617373d320c232ec9dd8a3 /src
parent101204882990d660e08b48b1e5675b8647db4a4d (diff)
Comment fix for rand_int()
Diffstat (limited to 'src')
-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"
*/