1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-23 06:31:17 +01:00

More new -> NEW, delete -> DELETE in comments

This commit is contained in:
Paul Licameli
2017-02-20 21:44:54 -05:00
parent ec0297ec28
commit 38236a807c
7 changed files with 9 additions and 9 deletions

View File

@@ -128,8 +128,8 @@ void UndoManager::CalculateSpaceUsage()
// contains it.
// Why the last and not the first? Because the user of the History dialog
// may delete undo states, oldest first. To reclaim disk space you must
// delete all states containing the block file. So the block file's
// may DELETE undo states, oldest first. To reclaim disk space you must
// DELETE all states containing the block file. So the block file's
// contribution to space usage should be counted only in that latest state.
for (size_t nn = stack.size(); nn--;)