[llvm-commits] [llvm] r60859 - /llvm/trunk/docs/CodingStandards.html
Misha Brukman
brukman+llvm at gmail.com
Wed Dec 10 15:07:03 PST 2008
Author: brukman
Date: Wed Dec 10 17:07:02 2008
New Revision: 60859
URL: http://llvm.org/viewvc/llvm-project?rev=60859&view=rev
Log:
s/A Few Coding Standards/LLVM Coding Standards/g
Modified:
llvm/trunk/docs/CodingStandards.html
Modified: llvm/trunk/docs/CodingStandards.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CodingStandards.html?rev=60859&r1=60858&r2=60859&view=diff
==============================================================================
--- llvm/trunk/docs/CodingStandards.html (original)
+++ llvm/trunk/docs/CodingStandards.html Wed Dec 10 17:07:02 2008
@@ -3,12 +3,12 @@
<html>
<head>
<link rel="stylesheet" href="llvm.css" type="text/css">
- <title>A Few Coding Standards</title>
+ <title>LLVM Coding Standards</title>
</head>
<body>
<div class="doc_title">
- A Few Coding Standards
+ LLVM Coding Standards
</div>
<ol>
More information about the llvm-commits
mailing list