[www] r326712 - Typo fixes.

Arnaud A. de Grandmaison via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 5 08:16:03 PST 2018


Author: aadg
Date: Mon Mar  5 08:16:03 2018
New Revision: 326712

URL: http://llvm.org/viewvc/llvm-project?rev=326712&view=rev
Log:
Typo fixes.

Modified:
    www/trunk/devmtg/2018-04/index.html
    www/trunk/devmtg/2018-04/talks.html

Modified: www/trunk/devmtg/2018-04/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2018-04/index.html?rev=326712&r1=326711&r2=326712&view=diff
==============================================================================
--- www/trunk/devmtg/2018-04/index.html (original)
+++ www/trunk/devmtg/2018-04/index.html Mon Mar  5 08:16:03 2018
@@ -168,7 +168,7 @@ For additional hotel options in the Bris
 <b>BoFs</b> (Birds of a Feather)
 <ul>
 <li><a href="talks.html#BoF_1">Towards implementing #pragma STDC FENV_ACCESS</a>
-  <i>D. Weigand</i></li>
+  <i>U. Weigand</i></li>
 <li><a href="talks.html#BoF_2">Build system integration for interactive tools</a>
   <i>I. Biryukov, H. Wu, E. Liu, S. McCall</i></li>
 <li><a href="talks.html#BoF_3">Clang Static Analyzer BoF</a>

Modified: www/trunk/devmtg/2018-04/talks.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2018-04/talks.html?rev=326712&r1=326711&r2=326712&view=diff
==============================================================================
--- www/trunk/devmtg/2018-04/talks.html (original)
+++ www/trunk/devmtg/2018-04/talks.html Mon Mar  5 08:16:03 2018
@@ -85,7 +85,7 @@ on machine scheduler in llvm -
 
 <table cellpadding="10"><tr><td valign="top" id="BoF_1">
 <b>Towards implementing #pragma STDC FENV_ACCESS </b><br>
-<i>D. Weigand</i>
+<i>U. Weigand</i>
 <p>When generating floating-point code, clang and LLVM will currently assume
 that the program always operates under default floating-point control modes,
 i.e. using the default rounding mode and with floating-point exceptions




More information about the llvm-commits mailing list