aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2007-08-18 13:32:56 +0000
committerSimon Tatham <anakin@pobox.com>2007-08-18 13:32:56 +0000
commit4ff90bd47f4bd3b11c4fb8b1ea25afb7b95f76da (patch)
tree6bc02728bc9b87be6037afaba65829e933c9f617
parent4c1e3ca7cbefda5d25b26c83c9767c81682f5478 (diff)
downloadpuzzles-4ff90bd47f4bd3b11c4fb8b1ea25afb7b95f76da.zip
puzzles-4ff90bd47f4bd3b11c4fb8b1ea25afb7b95f76da.tar.gz
puzzles-4ff90bd47f4bd3b11c4fb8b1ea25afb7b95f76da.tar.bz2
puzzles-4ff90bd47f4bd3b11c4fb8b1ea25afb7b95f76da.tar.xz
Ahem. Finishing writing the comment _before_ checkin is generally sensible.
[originally from svn r7694]
-rw-r--r--unfinished/divvy.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/unfinished/divvy.c b/unfinished/divvy.c
index d083e76..5c7fa27 100644
--- a/unfinished/divvy.c
+++ b/unfinished/divvy.c
@@ -19,7 +19,10 @@
* an omino and failing if that particular square doesn't
* happen to work.
*
- * However, I don't currently think it's neecss~|~
+ * However, I don't currently think it's necessary to do either of
+ * these, because the failure rate is already low enough to be
+ * easily tolerable, under all circumstances I've been able to
+ * think of.
*/
#include <assert.h>