Correct spelling and typos in doxygen and comments

Signed-off-by: Dave Hickin <david.hickin@diamond.ac.uk>
This commit is contained in:
Dave Hickin
2015-07-08 18:18:37 +01:00
parent fd31a0d6b0
commit 4f2c51c480
26 changed files with 108 additions and 108 deletions

View File

@@ -497,8 +497,8 @@ static void testICE()
D = B; // create second const reference
// clears D, but reference to B refrence
// to B remains, so a copy is made
// clears D, but reference to B
// remains, so a copy is made
C = epics::pvData::thaw(D);
testOk1(B.unique());