diff --git a/src/jrd/opt.cpp b/src/jrd/opt.cpp index a848510cc9..9eae118255 100644 --- a/src/jrd/opt.cpp +++ b/src/jrd/opt.cpp @@ -7223,7 +7223,7 @@ static jrd_nod* optimize_like(thread_db* tdbb, jrd_nod* like_node) * into a "starting with" AND a "like". This * will allow us to use the index for the * starting with, and the LIKE can just tag - * aSLONG for the ride. + * along for the ride. * But on the ride it does useful work, consider * match LIKE "ab%c". This is optimized by adding * AND starting_with "ab", but the LIKE clause is diff --git a/src/utilities/gsec/gsec.cpp b/src/utilities/gsec/gsec.cpp index 721af0ed3d..4d662b865e 100644 --- a/src/utilities/gsec/gsec.cpp +++ b/src/utilities/gsec/gsec.cpp @@ -93,7 +93,7 @@ THREAD_ENTRY_DECLARE GSEC_main(THREAD_ENTRY_PARAM arg) { /********************************************** * - * m a i n _ g s e c + * G S E C _ m a i n * ********************************************** * Functional Description: @@ -168,7 +168,7 @@ int common_main(int argc, { /************************************** * - * U T I L _ g s e c + * c o m m o n _ m a i n * ************************************** *