Skip to content

Commit 5323f41

Browse files
authored
Merge pull request #29 from jonas/minor-fixes
Minor fixes
2 parents 81857dd + aa549ea commit 5323f41

File tree

4 files changed

+3
-136
lines changed

4 files changed

+3
-136
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.com/kornilova-l/scala-native-bindgen.svg?branch=master)](https://travis-ci.com/kornilova-l/scala-native-bindgen)
44

5-
This tool generate Scala Native bindings from C headers. It's built upon clang and Libtooling and thus respect the conventions of clang-tools.
5+
This tool generates Scala Native bindings from C headers. It's built upon clang and Libtooling and thus respects the conventions of clang-tools.
66

77
## Usage
88

@@ -34,7 +34,7 @@ make
3434

3535
## Testing
3636

37-
The tests assumes that the above instructions for building has been
37+
The tests assume that the above instructions for building has been
3838
followed.
3939

4040
```sh

stdHeaders.txt

Lines changed: 0 additions & 132 deletions
This file was deleted.

visitor/ScalaFrontendAction.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#ifndef SCALA_NATIVE_BINDGEN_SCALAFRONTENDACTION_H
22
#define SCALA_NATIVE_BINDGEN_SCALAFRONTENDACTION_H
33

4-
#include <iostream>
54
#include "TreeConsumer.h"
65

76
#include <clang/Frontend/FrontendActions.h>

visitor/ScalaFrontendActionFactory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include "ScalaFrontendAction.h"
88

99
/**
10-
* Stores instance of IntermediateRepresentation and passes it
10+
* Stores instance of IR and passes it
1111
* to a new instance of ScalaFrontendAction when create method
1212
* is executed.
1313
*/

0 commit comments

Comments
 (0)