mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
schema: fix typos in a comment
Message-Id: <2b2a169e8a511fa9e0e1556ac7559ce9bef896e1.1525431353.git.sarna@scylladb.com>
This commit is contained in:
committed by
Duarte Nunes
parent
ce689a0807
commit
bc019205b3
@@ -793,7 +793,7 @@ bool operator==(const schema&, const schema&);
|
||||
using schema_ptr = lw_shared_ptr<const schema>;
|
||||
|
||||
/**
|
||||
* Wraper for schema_ptr used by functions that except an engaged view_info field.
|
||||
* Wrapper for schema_ptr used by functions that expect an engaged view_info field.
|
||||
*/
|
||||
class view_ptr final {
|
||||
schema_ptr _schema;
|
||||
|
||||
Reference in New Issue
Block a user