summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/player.cc2
-rw-r--r--src/lib/util.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/player.cc b/src/lib/player.cc
index f91c80f72..6bfc1efdb 100644
--- a/src/lib/player.cc
+++ b/src/lib/player.cc
@@ -654,7 +654,7 @@ Player::set_always_burn_open_subtitles()
}
-/** Sets up the player to be faster, possibly at the expense of quality */
+/** Set up the player to be faster, possibly at the expense of quality */
void
Player::set_fast()
{
diff --git a/src/lib/util.cc b/src/lib/util.cc
index ef12e63ad..ebac8c0e7 100644
--- a/src/lib/util.cc
+++ b/src/lib/util.cc
@@ -921,7 +921,7 @@ copy_in_bits(boost::filesystem::path from, boost::filesystem::path to, std::func
throw OpenFileError(to, t.open_error(), OpenFileError::WRITE);
}
- /* on the order of a second's worth of copying */
+ /* About a second's worth of copying */
boost::uintmax_t const chunk = 20 * 1024 * 1024;
std::vector<uint8_t> buffer(chunk);