summaryrefslogtreecommitdiff
path: root/dpi/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'dpi/file.c')
-rw-r--r--dpi/file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dpi/file.c b/dpi/file.c
index d7612f64..7bc1f0b1 100644
--- a/dpi/file.c
+++ b/dpi/file.c
@@ -648,7 +648,7 @@ static int File_get_file(ClientInfo *Client,
}
} while (st > 0);
- /* todo: It may be better to send an error report to dillo instead of
+ /* TODO: It may be better to send an error report to dillo instead of
* calling exit() */
if (st == -1) {
MSG("ERROR while reading from file \"%s\", error was \"%s\"\n",
@@ -977,7 +977,7 @@ int main(void)
}
}
- /* todo: handle a running thread better. */
+ /* TODO: handle a running thread better. */
for (i = 0; i < 5 && ThreadRunning; ++i) {
MSG("sleep i=%u", i);
sleep(i);