jiaolu created this revision.
Herald added subscribers: cfe-commits, luismarques, apazos, sameer.abuasal,
pzheng, s.egerton, lenary, Jim, jocewei, PkmX, the_o, brucehoult,
MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, niosHD, sabuasal,
simoncook, johnrusso, rbar, asb.
Herald added a pro
.diff
LOG: [PATCH] Fix typo (NFC)
Added:
Modified:
clang/test/Driver/riscv-cpus.c
Removed:
diff --git a/clang/test/Driver/riscv-cpus.c b/clang/test/Driver/riscv-cpus.c
index c22f6cce2cf6
Thanks! LGTM. Do you need someone to commit this for you?
vedant
On Aug 18, 2015, at 7:56 PM, Kai Zhao via cfe-commits
wrote:
> Hi,
>
> This is my first patch for clang. It fixes 4 typos:
>
> "targetted" -> "targeted"
> "becuase" -> "because"
> "staically" -> "statically"
> "vitual" -> "virt
Hi,
This is my first patch for clang. It fixes 4 typos:
"targetted" -> "targeted"
"becuase" -> "because"
"staically" -> "statically"
"vitual" -> "virtual"
The svn diff file is attached. Thanks for your advice!
Author: Kai Zhao
Date: Wed Aug 19 10:10:08 2015
New Revision:
Log:
Fix 4 typos: