Fix some doc-os.
[oota-llvm.git] / docs / TestingGuide.html
index fa3ff2b0398b95cc66fb22e5902475c8db18b100..ae2643fe4e83daae5b7c0a2fc1b5a522904af1e0 100644 (file)
@@ -802,8 +802,8 @@ define two separate CHECK lines that match on the same line.
   tool. To specify an expected fail, use the XFAIL keyword in the comments of
   the test program followed by a colon and one or more failure patterns. Each
   failure pattern can be either '*' (to specify fail everywhere), or a part of a
-  target triple (indicating the test should fail on that platfomr), or the name
-  of a configurable feature (for example, "loadable_module").. If there is a
+  target triple (indicating the test should fail on that platform), or the name
+  of a configurable feature (for example, "loadable_module"). If there is a
   match, the test is expected to fail. If not, the test is expected to
   succeed. To XFAIL everywhere just specify <tt>XFAIL: *</tt>. Here is an
   example of an <tt>XFAIL</tt> line:</p>