Fix some doc typos and regenerate docs.

[SVN r78843]
This commit is contained in:
John Maddock
2012-06-07 10:06:56 +00:00
parent 3fc6a3f67c
commit 5ce96a1459
18 changed files with 31 additions and 31 deletions

View File

@@ -157,7 +157,7 @@ cpp_int b2(unsigned n)
}
/*`
Note how the `bit_set` function sets the specified bit in it's argument and then returns a reference to the result -
Note how the `bit_set` function sets the specified bit in its argument and then returns a reference to the result -
which we can then simply decrement. The result from a call to `b2` is the same as that to `b1`.
We can equally test bits, so for example the n'th bit of the result returned from `b2` shouldn't be set