summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/chdman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/chdman.cpp')
-rw-r--r--src/tools/chdman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/chdman.cpp b/src/tools/chdman.cpp
index f3d84435af7..28a038d6625 100644
--- a/src/tools/chdman.cpp
+++ b/src/tools/chdman.cpp
@@ -1915,7 +1915,7 @@ static void do_create_cd(parameters_t &params)
// process numprocessors
parse_numprocessors(params);
- // pad each track to a 4-frame boundry. cdrom.c will deal with this on the read side
+ // pad each track to a 4-frame boundary. cdrom.c will deal with this on the read side
uint32_t origtotalsectors = 0;
uint32_t totalsectors = 0;
for (int tracknum = 0; tracknum < toc.numtrks; tracknum++)