Skip to content

Commit 7070261

Browse files
author
meister
committed
Fix typo
1 parent 3436af4 commit 7070261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gctools/boehmGarbageCollection.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ void clasp_gc_room(std::ostringstream& OutputStream, RoomVerbosity verbosity) {
571571
OutputStream << "Total number of ObjectFiles: " << std::setw(12) << cl__length(_lisp->_Roots._AllObjectFiles) << '\n';
572572
OutputStream << "Total number of CodeBlocks: " << std::setw(12) << cl__length(_lisp->_Roots._AllCodeBlocks) << '\n';
573573
OutputStream << "Total number of SimpleFun: " << std::setw(12) << gatherObjects._SimpleFunCount;
574-
if (gatherObjects._SimpleFunsFailedDladdrCount>0) {
574+
if (gatherObjects._SimpleFunFailedDladdrCount>0) {
575575
OutputStream << "Total number of SimpleFun failed dladdr: " << std::setw(12) << gatherObjects._SimpleFunFailedDladdrCount;
576576
}
577577
OutputStream << "Unique entry points: " << std::setw(12) << gatherObjects._uniqueEntryPoints.size() << '\n';

0 commit comments

Comments
 (0)