From: Rui Ueyama Date: Wed, 11 Sep 2013 05:22:01 +0000 (+0000) Subject: Fix typo X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0ad114c446bcf6d75f8f7b03e67b418b4191b9f7;p=platform%2Fupstream%2Fllvm.git Fix typo llvm-svn: 190492 --- diff --git a/llvm/docs/YamlIO.rst b/llvm/docs/YamlIO.rst index 8e7afba..59a48ba9 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.