[PATCH] D72143: [llvm] NFC: Fix trivial typos in comments

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 3 05:38:48 PST 2020


jhenderson accepted this revision.
jhenderson added a comment.
This revision is now accepted and ready to land.

LGTM, with one nit.



================
Comment at: llvm/lib/Target/AMDGPU/R600AsmPrinter.cpp:1
-//===-- R600AsmPrinter.cpp - R600 Assebly printer  ------------------------===//
+//===-- R600AsmPrinter.cpp - R600 Assembly printer  -----------------------===//
 //
----------------
Whilst you're here, can you remove the extra space after "printer" please.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72143/new/

https://reviews.llvm.org/D72143





More information about the llvm-commits mailing list