[llvm-commits] CVS: llvm-www/poll/content1.php content2.php content3.php

Reid Spencer reid at x10sys.com
Wed Nov 29 16:40:43 PST 2006



Changes in directory llvm-www/poll:

content1.php updated: 1.3 -> 1.4
content2.php updated: 1.3 -> 1.4
content3.php updated: 1.3 -> 1.4
---
Log message:

Fix some grammaros


---
Diffs of the changes:  (+3 -3)

 content1.php |    2 +-
 content2.php |    2 +-
 content3.php |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


Index: llvm-www/poll/content1.php
diff -u llvm-www/poll/content1.php:1.3 llvm-www/poll/content1.php:1.4
--- llvm-www/poll/content1.php:1.3	Wed Nov 29 14:23:27 2006
+++ llvm-www/poll/content1.php	Wed Nov 29 18:40:28 2006
@@ -5,7 +5,7 @@
   ** documentation file in folder 'docu'.
   *****************************************************/
   $vote_title       = 'First Content Choice';
-  $vote_text        = 'What would be you first choice for conference content?';
+  $vote_text        = 'What is your first choice for conference content?';
   $vote_option[]    = 'Paper/presentation on LLVM';
   $vote_option[]    = 'Paper/presentation on compiler technology';
   $vote_option[]    = 'Paper/Presentation on using LLVM';


Index: llvm-www/poll/content2.php
diff -u llvm-www/poll/content2.php:1.3 llvm-www/poll/content2.php:1.4
--- llvm-www/poll/content2.php:1.3	Wed Nov 29 14:23:27 2006
+++ llvm-www/poll/content2.php	Wed Nov 29 18:40:28 2006
@@ -5,7 +5,7 @@
   ** documentation file in folder 'docu'.
   *****************************************************/
   $vote_title       = 'Second Content Choice';
-  $vote_text        = 'What would be you second choice for conference content?';
+  $vote_text        = 'What is your second choice for conference content?';
   $vote_option[]    = 'Paper/presentation on LLVM';
   $vote_option[]    = 'Paper/presentation on compiler technology';
   $vote_option[]    = 'Paper/Presentation on using LLVM';


Index: llvm-www/poll/content3.php
diff -u llvm-www/poll/content3.php:1.3 llvm-www/poll/content3.php:1.4
--- llvm-www/poll/content3.php:1.3	Wed Nov 29 14:23:27 2006
+++ llvm-www/poll/content3.php	Wed Nov 29 18:40:28 2006
@@ -5,7 +5,7 @@
   ** documentation file in folder 'docu'.
   *****************************************************/
   $vote_title       = 'Third Content Choice';
-  $vote_text        = 'What would be you third choice for conference content?';
+  $vote_text        = 'What is your third choice for conference content?';
   $vote_option[]    = 'Paper/presentation on LLVM';
   $vote_option[]    = 'Paper/presentation on compiler technology';
   $vote_option[]    = 'Paper/Presentation on using LLVM';






More information about the llvm-commits mailing list