summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2013-09-11 05:22:01 +0000
committerRui Ueyama <ruiu@google.com>2013-09-11 05:22:01 +0000
commitfd53214b589603d98329ab4ba80ec66619569060 (patch)
tree27c0ea617ff2c8c5632656e0fea3f446a6dbc6d0 /docs
parent11250c1194830aa4cec72788dcd04f06cfe33f50 (diff)
downloadllvm-fd53214b589603d98329ab4ba80ec66619569060.tar.gz
llvm-fd53214b589603d98329ab4ba80ec66619569060.tar.bz2
llvm-fd53214b589603d98329ab4ba80ec66619569060.tar.xz
Fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190492 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/YamlIO.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/YamlIO.rst b/docs/YamlIO.rst
index 8e7afba51d..59a48ba951 100644
--- a/docs/YamlIO.rst
+++ b/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.