aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/docs/cp/topics/expressions.rst
diff options
context:
space:
mode:
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2015-06-29 13:45:06 +0000
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2015-06-29 13:45:06 +0000
commita887d6a90147bbb3ac40556726077f03a68f21d9 (patch)
treeaa3c7ed74df4aad13a3a503046a73d6f9fb96b37 /gcc/jit/docs/cp/topics/expressions.rst
parent319feff7e7c42bf1065c00fc826d5b00e503675f (diff)
parent6b4402853b6c8f5f6c3ea6ca0509ee5e3889d870 (diff)
2015-06-29 Richard Biener <rguenther@suse.de>
Merge from trunk r221894 through r225115. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/match-and-simplify@225117 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/jit/docs/cp/topics/expressions.rst')
-rw-r--r--gcc/jit/docs/cp/topics/expressions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/jit/docs/cp/topics/expressions.rst b/gcc/jit/docs/cp/topics/expressions.rst
index bacfde1ffc1..4ea2622dde5 100644
--- a/gcc/jit/docs/cp/topics/expressions.rst
+++ b/gcc/jit/docs/cp/topics/expressions.rst
@@ -80,7 +80,7 @@ Simple expressions
gccjit::context::one (gccjit::type numeric_type) const
Given a numeric type (integer or floating point), get the rvalue for
- zero. Essentially this is just a shortcut for:
+ one. Essentially this is just a shortcut for:
.. code-block:: c++