From 59aab0bdc24838252850034cee36ed756f3c3e2a Mon Sep 17 00:00:00 2001 From: Andrea Canciani Date: Thu, 8 Jul 2010 20:05:13 +0200 Subject: [PATCH] test: fix typo --- test/api-special-cases.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api-special-cases.c b/test/api-special-cases.c index 3a1d7e9aa..d50f5361c 100644 --- a/test/api-special-cases.c +++ b/test/api-special-cases.c @@ -38,7 +38,7 @@ * prepared surface and has the job of calling the function and checking * the return value (if one exists) for correctness. The top of this file * contains all these shim functions. - * 2) Knowledge if the function behaves like a setter or like a setter. A + * 2) Knowledge if the function behaves like a setter or like a getter. A * setter should set an error status on the surface, a getter does not * modify the function. * 3) Knowledge if the function only works for a specific surface type and for