From b1a542129df70eab7e5fe5a97c11dbf2cf7012fe Mon Sep 17 00:00:00 2001 From: "rniwa@webkit.org" Date: Thu, 13 Sep 2012 20:49:54 +0000 Subject: [PATCH] Fix a typo per Darin's comment. * coding/coding-style.html: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@128503 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- Websites/webkit.org/ChangeLog | 6 ++++++ Websites/webkit.org/coding/coding-style.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Websites/webkit.org/ChangeLog b/Websites/webkit.org/ChangeLog index 91affdae3b32..adea9ce7269b 100644 --- a/Websites/webkit.org/ChangeLog +++ b/Websites/webkit.org/ChangeLog @@ -1,3 +1,9 @@ +2012-09-13 Ryosuke Niwa + + Fix a typo per Darin's comment. + + * coding/coding-style.html: + 2012-09-13 Ryosuke Niwa Add a style guide rule for signed and unsigned int diff --git a/Websites/webkit.org/coding/coding-style.html b/Websites/webkit.org/coding/coding-style.html index 2fd61ba313c5..8fcb5eb5e409 100644 --- a/Websites/webkit.org/coding/coding-style.html +++ b/Websites/webkit.org/coding/coding-style.html @@ -1063,7 +1063,7 @@ int b;
 unsigned int a; // Doesn't omit "int".
 signed b; // Uses "singed" instead of "int".
-signed int c; // Doesn't omit "signed".
+signed int c; // Doesn't omit "singed".
 
-- 2.36.0