Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jan 4, 2014
1 parent 3ef8d8f commit cba0940
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doomsday/libdeng1/src/memoryzone.c
Expand Up @@ -677,7 +677,7 @@ void Z_FreeTags(int lowTag, int highTag)
memblock_t *block, *next;

LogBuffer_Printf(DE2_LOG_DEBUG,
"MemoryZone: Free'ing all blocks in tag range:[%i, %i)\n",
"MemoryZone: Freeing all blocks in tag range:[%i, %i)\n",
lowTag, highTag+1);

for(volume = volumeRoot; volume; volume = volume->next)
Expand Down
2 changes: 1 addition & 1 deletion doomsday/libdeng2/include/de/data/pathtree.h
Expand Up @@ -300,7 +300,7 @@ class DENG2_PUBLIC PathTree : public Lockable
bool remove(Path const &path, ComparisonFlags flags = 0);

/**
* Destroy the tree's contents, free'ing all nodes.
* Destroy the tree's contents, freeing all nodes.
*/
void clear();

Expand Down

0 comments on commit cba0940

Please sign in to comment.