fixed comment in geometry.c

This commit is contained in:
Anselm R. Garbe 2006-03-13 18:34:32 +01:00
parent bf82150f60
commit ae9064ab09

View File

@ -41,7 +41,7 @@ int blitz_strtoalign(Align *result, char *val)
}
/**
* Basic Syntax: <x>,<y>,<width>,<height>
* Basic Syntax: <x> <y> <width> <height>
* Each component can be of following format:
* <...> = [+|-]0..n|<alignment>[[+|-]0..n]
*/