Missed "<" :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33265 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Anton Korobeynikov 2007-01-16 20:22:18 +00:00
parent 531f01f878
commit b93a7c9b66

View File

@ -87,7 +87,7 @@ enum SymbolTypeMasks {
/// Offsets of parts of type
enum Shifts {
N_BTSHFT = 4 /// Type is formed as (base + derived << N_BTSHIFT)
N_BTSHFT = 4 ///< Type is formed as (base + derived << N_BTSHIFT)
};
}