summaryrefslogtreecommitdiffhomepage
path: root/c.html.markdown
diff options
context:
space:
mode:
authorgreybird <greybird91@gmail.com>2013-08-07 11:21:22 +0400
committergreybird <greybird91@gmail.com>2013-08-07 11:21:22 +0400
commit954fa45acfc400bee8cb571bf4367497ca207d2a (patch)
treee5772f2963bebc06c5200d2ae335a60810b73284 /c.html.markdown
parent80c71ef1c849d4294e13c3dbfce6fad66a79e99a (diff)
parent5be718905dd233db33c54379aa04232546231da5 (diff)
Merge branch 'master' of github.com:greybird/learnxinyminutes-docs
Diffstat (limited to '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 b5286f70..d243b19d 100644
--- a/c.html.markdown
+++ b/c.html.markdown
@@ -70,7 +70,7 @@ double x_double = 0.0;
// Integral types may be unsigned. This means they can't be negative, but
// the maximum value of an unsigned variable is greater than the maximum
-// value of the same size.
+// signed value of the same size.
unsigned char ux_char;
unsigned short ux_short;
unsigned int ux_int;