Another comments fixing
[oota-llvm.git] / lib / CodeGen / SelectionDAG / SelectionDAG.cpp
index 94eba83e05d3054281a2d3ada79b75e505940389..2f109a2018ae40467d8f05587732a8f6cea2485a 100644 (file)
@@ -822,7 +822,7 @@ SDOperand SelectionDAG::getGlobalAddress(const GlobalValue *GV,
 
   const GlobalVariable *GVar = dyn_cast<GlobalVariable>(GV);
   if (!GVar) {
-    // If GV is an alias - use aliasee for determing thread-localness
+    // If GV is an alias then use the aliasee for determining thread-localness.
     if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(GV))
       GVar = dyn_cast_or_null<GlobalVariable>(GA->resolveAliasedGlobal());
   }