summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYoav <gergesh@gmail.com>2018-03-25 18:04:53 +0300
committerGitHub <noreply@github.com>2018-03-25 18:04:53 +0300
commitf1cc661f50976aec5253666f9bb9a6f286f27fdd (patch)
tree5d6507c55af32aeca25cd62b13c199511ac6d464
parent71389bd42374df02504c3eac31491672ce894ab5 (diff)
Update c.html.markdown
-rw-r--r--c.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/c.html.markdown b/c.html.markdown
index 0c6df413..684d330a 100644
--- a/c.html.markdown
+++ b/c.html.markdown
@@ -101,7 +101,7 @@ int main (int argc, char** argv)
char y_char = 'y'; // Char literals are quoted with ''
// longs are often 4 to 8 bytes; long longs are guaranteed to be at least
- // 64 bits
+ // 8 bytes
long x_long = 0;
long long x_long_long = 0;