1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-svn: 190492
This commit is contained in:
Rui Ueyama 2013-09-11 05:22:01 +00:00
parent d35880d234
commit 85d68da178

View File

@ -549,7 +549,7 @@ coordinates into polar when reading YAML.
};
When writing YAML, the local variable "keys" will be a stack allocated
instance of NormalizedPolar, constructed from the suppled polar object which
instance of NormalizedPolar, constructed from the supplied polar object which
initializes it x and y fields. The mapRequired() methods then write out the x
and y values as key/value pairs.