1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Fixed a typo.

This commit is contained in:
Sergey Prigogin 2009-10-17 19:44:00 +00:00
parent 30d29f6783
commit 4cf3daa620

View file

@ -62,7 +62,7 @@ public class ASTTypeUtil {
/**
* Returns a string representation for the parameters of the given function type. The
* representation contains the comma-separated list of the normalized parameter type
* representations wrapped in parenthesis.
* representations wrapped in parentheses.
*/
public static String getParameterTypeString(IFunctionType type) {
StringBuilder result = new StringBuilder();