kfdtest: Clean up comments

Consolidate style (use /* */ for multi-line), fix typos,
use dword instad of DWORD/DWord

Change-Id: I620e45c1687550db41127e45641b7d79d28223a1
This commit is contained in:
Kent Russell
2018-08-14 09:52:31 -04:00
rodzic db92d5af23
commit 414042abf7
51 zmienionych plików z 427 dodań i 414 usunięć
+1 -1
Wyświetl plik
@@ -38,7 +38,7 @@ class RDMATest : public KFDBaseComponentTest {
virtual void SetUp();
virtual void TearDown();
protected: // members
protected: // Members
IsaGenerator* m_pIsaGen;
};