From 32c6d25056407c330c241387680b9f2d237d4e3b Mon Sep 17 00:00:00 2001 From: Kestred Date: Mon, 11 Aug 2014 20:53:37 -0700 Subject: [PATCH] Fix comment nitpick. --- src/database/DBOperation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/database/DBOperation.cpp b/src/database/DBOperation.cpp index bb454e6cc..a985e2322 100644 --- a/src/database/DBOperation.cpp +++ b/src/database/DBOperation.cpp @@ -279,7 +279,7 @@ bool DBOperationGet::initialize(channel_t sender, uint16_t msg_type, DatagramIte bool DBOperationGet::verify_class(const dclass::Class *dclass) { - // If request is GET_OBJECT don't expect a class, so don't need to verify it. + // If request is of type GET_OBJECT don't expect a class, so no need to verify it. if(m_type == GET_OBJECT) { return true; } // Otherwise verify the fields and spawn a warning for developers if its not valid