[www-pubs] r284783 - [pubs] Fix typo in name, capitalise paper name

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 20 14:36:34 PDT 2016


Author: rengolin
Date: Thu Oct 20 16:36:34 2016
New Revision: 284783

URL: http://llvm.org/viewvc/llvm-project?rev=284783&view=rev
Log:
[pubs] Fix typo in name, capitalise paper name

Modified:
    www-pubs/trunk/pubs.js

Modified: www-pubs/trunk/pubs.js
URL: http://llvm.org/viewvc/llvm-project/www-pubs/trunk/pubs.js?rev=284783&r1=284782&r2=284783&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Thu Oct 20 16:36:34 2016
@@ -128,8 +128,8 @@ var PUBS =
   },
 
   { url: "http://dl.acm.org/citation.cfm?id=2737994",
-    author: "Yousun Ko Yonsei, Bernd Burgstaller, Bernhard Scholz",
-    title: "LaminarIR: compile-time queues for structured streams",
+    author: "Yousun Ko, Bernd Burgstaller, Bernhard Scholz",
+    title: "LaminarIR: Compile-Time Queues for Structured Streams",
     published: "Proceedings of the 36th ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI 2015)",
     month: 6,
     year: 2015




More information about the llvm-commits mailing list