[llvm] r190492 - Fix typo
Rui Ueyama
ruiu at google.com
Tue Sep 10 22:22:01 PDT 2013
Author: ruiu
Date: Wed Sep 11 00:22:01 2013
New Revision: 190492
URL: http://llvm.org/viewvc/llvm-project?rev=190492&view=rev
Log:
Fix typo
Modified:
llvm/trunk/docs/YamlIO.rst
Modified: llvm/trunk/docs/YamlIO.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/YamlIO.rst?rev=190492&r1=190491&r2=190492&view=diff
==============================================================================
--- llvm/trunk/docs/YamlIO.rst (original)
+++ llvm/trunk/docs/YamlIO.rst Wed Sep 11 00:22:01 2013
@@ -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.
More information about the llvm-commits
mailing list