Fix incorrect comment

This commit is contained in:
Joe Farebrother
2021-05-21 15:59:09 +01:00
parent cffaa8d9a0
commit 471c140d2c

View File

@@ -1,8 +1,8 @@
/**
* Tool to generate C# stubs from a qltest snapshot.
* Tool to generate java stubs from a qltest snapshot.
*
* It finds all declarations used in the source code,
* and generates minimal C# stubs containing those declarations
* and generates minimal java stubs containing those declarations
* and their dependencies.
*/