8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:03:03 +01:00

typo in comment

This commit is contained in:
alexpeshkoff 2006-11-13 15:42:19 +00:00
parent 267fcd76d6
commit ecd195f287

View File

@ -152,7 +152,7 @@ namespace Jrd
bool operator==(const Module &im) const
{
// we need it to compare exact match sort on some key
// we need it to compare exact match after find()
return interMod == im.interMod;
}