diff options
author | Rui Ueyama <ruiu@google.com> | 2013-09-11 05:22:01 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2013-09-11 05:22:01 +0000 |
commit | 0ad114c446bcf6d75f8f7b03e67b418b4191b9f7 (patch) | |
tree | 99febce558330a5fabd1d1450b3513d81c10dcb0 /llvm/docs/YamlIO.rst | |
parent | 009faed1be6c0daded75d0369b08a44460ec6736 (diff) | |
download | bcm5719-llvm-0ad114c446bcf6d75f8f7b03e67b418b4191b9f7.tar.gz bcm5719-llvm-0ad114c446bcf6d75f8f7b03e67b418b4191b9f7.zip |
Fix typo
llvm-svn: 190492
Diffstat (limited to 'llvm/docs/YamlIO.rst')
-rw-r--r-- | llvm/docs/YamlIO.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/YamlIO.rst b/llvm/docs/YamlIO.rst index 8e7afba51dc..59a48ba9512 100644 --- a/llvm/docs/YamlIO.rst +++ b/llvm/docs/YamlIO.rst @@ -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. |