diff options
| author | Simon Tatham <anakin@pobox.com> | 2007-08-18 13:32:56 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2007-08-18 13:32:56 +0000 |
| commit | 4ff90bd47f4bd3b11c4fb8b1ea25afb7b95f76da (patch) | |
| tree | 6bc02728bc9b87be6037afaba65829e933c9f617 /unfinished | |
| parent | 4c1e3ca7cbefda5d25b26c83c9767c81682f5478 (diff) | |
| download | puzzles-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]
Diffstat (limited to 'unfinished')
| -rw-r--r-- | unfinished/divvy.c | 5 |
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> |