فهرست منبع

Test commit. NFC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@343296 91177308-0d34-0410-b5e6-96231b3b80d8
Owen Rodley 7 سال پیش
والد
کامیت
5cdff6b484
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      tools/llvm-mca/llvm-mca.cpp

+ 1 - 1
tools/llvm-mca/llvm-mca.cpp

@@ -214,7 +214,7 @@ public:
     // Skip spaces and tabs
     unsigned Position = Comment.find_first_not_of(" \t");
     if (Position >= Comment.size())
-      // we reached the end of the comment. Bail out.
+      // We reached the end of the comment. Bail out.
       return;
 
     Comment = Comment.drop_front(Position);