Fix some comment typos.
[oota-llvm.git] / include / llvm / Analysis / TargetLibraryInfo.h
index 98e450c867d4e67712cc0edd2f2e1b778fa5d72e..7becdf033dd29470eac4ce38e30e3cef213f3cab 100644 (file)
@@ -42,7 +42,7 @@ class PreservedAnalyses;
 ///
 /// This class constructs tables that hold the target library information and
 /// make it available. However, it is somewhat expensive to compute and only
-/// depends on the triple. So users typicaly interact with the \c
+/// depends on the triple. So users typically interact with the \c
 /// TargetLibraryInfo wrapper below.
 class TargetLibraryInfoImpl {
   friend class TargetLibraryInfo;