diff options
Diffstat (limited to 'common/inverse')
-rw-r--r-- | common/inverse/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/inverse/driver.cxx b/common/inverse/driver.cxx index 722e4e7..34c9258 100644 --- a/common/inverse/driver.cxx +++ b/common/inverse/driver.cxx @@ -29,7 +29,7 @@ main (int argc, char* argv[]) { auto_ptr<database> db (create_database (argc, argv)); - // Naked pointer version. + // Raw pointer version. // { obj1_ptr o1_1 (new obj1); |