diff options
Diffstat (limited to 'common/lazy-ptr/driver.cxx')
-rw-r--r-- | common/lazy-ptr/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/lazy-ptr/driver.cxx b/common/lazy-ptr/driver.cxx index eceb515..712cbdf 100644 --- a/common/lazy-ptr/driver.cxx +++ b/common/lazy-ptr/driver.cxx @@ -42,7 +42,7 @@ main (int argc, char* argv[]) { auto_ptr<database> db (create_database (argc, argv)); - // Naked. + // Raw. // { typedef cont1 cont; |