Make comments in Debug.cpp and Debug.h consistent. Rename SetCurrentDebugType;
authorChad Rosier <mcrosier@apple.com>
Thu, 26 Jul 2012 20:38:52 +0000 (20:38 +0000)
committerChad Rosier <mcrosier@apple.com>
Thu, 26 Jul 2012 20:38:52 +0000 (20:38 +0000)
commitad2b592cf95e5db34a48c6e2c9b1fe55405355fb
treec74da7e26dd3b3c16a8e23850526d240361caf3b
parent0fc44869ffb5c180ec12f86f2fd02a35a1affb4a
Make comments in Debug.cpp and Debug.h consistent.  Rename SetCurrentDebugType;
Function names should be camel case, and start with a lower case letter.  No
functional change intended.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160813 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Debug.h
lib/Support/Debug.cpp