[www-pubs] r177535 - Added missing comma.

John Criswell criswell at uiuc.edu
Wed Mar 20 09:38:39 PDT 2013


Author: criswell
Date: Wed Mar 20 11:38:39 2013
New Revision: 177535

URL: http://llvm.org/viewvc/llvm-project?rev=177535&view=rev
Log:
Added missing comma.

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=177535&r1=177534&r2=177535&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Wed Mar 20 11:38:39 2013
@@ -3,7 +3,7 @@
 var PUBS =
 [
   { url: "http://dl.acm.org/citation.cfm?id=2451131",
-    author: "Swarup Kumar Sahoo, John Criswell, Chase Geigle, and Vikram Adve"
+    author: "Swarup Kumar Sahoo, John Criswell, Chase Geigle, and Vikram Adve",
     title: "Using Likely Invariants for Automated Software Fault Localization",
     published: "Proceedings of the Eighteenth International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS 2013)",
     month: 3,





More information about the llvm-commits mailing list