Skip to content

Commit ad96d9a

Browse files
committed
test commit: fix typo in comment
This is a simple change to do the test commit and verify commit access. llvm-svn: 326800
1 parent 0dc8fd7 commit ad96d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ bool AsmPrinter::doInitialization(Module &M) {
249249

250250
OutStreamer->InitSections(false);
251251

252-
// Emit the version-min deplyment target directive if needed.
252+
// Emit the version-min deployment target directive if needed.
253253
//
254254
// FIXME: If we end up with a collection of these sorts of Darwin-specific
255255
// or ELF-specific things, it may make sense to have a platform helper class

0 commit comments

Comments
 (0)