aboutsummaryrefslogtreecommitdiff
path: root/bbot/agent/tftp.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-01-31 13:20:49 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-02-01 15:10:50 +0200
commit54ca39e390e6471c451e72b5796fb91ffdea0d2b (patch)
treeaf2ab954f0d85de8b1f589355d413d457bceb908 /bbot/agent/tftp.hxx
parent66d3bf73c4853c081214620eb53a32ea89b473b1 (diff)
Periodically check whether machine is still running
Diffstat (limited to 'bbot/agent/tftp.hxx')
-rw-r--r--bbot/agent/tftp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bbot/agent/tftp.hxx b/bbot/agent/tftp.hxx
index 71f32b1..57d14dd 100644
--- a/bbot/agent/tftp.hxx
+++ b/bbot/agent/tftp.hxx
@@ -29,7 +29,7 @@ namespace bbot
uint16_t
port () const;
- // Wait for a TFTP request for up to the specified number of seconds. If
+ // Wait for a TFTP request for up to the specified number of seconds. If
// increment is not 0, then wait in the specified incremenets (i.e., wait
// for up to that number of seconds; useful when one needs to also
// periodically check for something else). Update the timeout value as