git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix a typo per Darin's comment.
[WebKit-https.git]
/
Websites
/
webkit.org
/
coding
/
coding-style.html
diff --git
a/Websites/webkit.org/coding/coding-style.html
b/Websites/webkit.org/coding/coding-style.html
index 2fd61ba313c55e7e45e1389803ba3e49eba18dcc..8fcb5eb5e409bc5a656e0c38bcfa89e3d385878d 100644
(file)
--- a/
Websites/webkit.org/coding/coding-style.html
+++ b/
Websites/webkit.org/coding/coding-style.html
@@
-1063,7
+1063,7
@@
int b;
<pre class="code">
unsigned int a; // Doesn't omit "int".
signed b; // Uses "singed" instead of "int".
-signed int c; // Doesn't omit "si
gn
ed".
+signed int c; // Doesn't omit "si
ng
ed".
</pre>
</li>
</ol>