Fix typo
authorRui Ueyama <ruiu@google.com>
Wed, 11 Sep 2013 05:22:01 +0000 (05:22 +0000)
committerRui Ueyama <ruiu@google.com>
Wed, 11 Sep 2013 05:22:01 +0000 (05:22 +0000)
llvm-svn: 190492

llvm/docs/YamlIO.rst

index 8e7afba..59a48ba 100644 (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.