cosmetic: 1)typos 2)parameters named for clarity

Test: n/a
Bug: n/a
Change-Id: I49faa1d8dec4b729409a45e87212b271ecf9e9d1
This commit is contained in:
Usta Shrestha
2022-01-11 02:44:21 -05:00
parent b3af19caa2
commit c725f47f5d
5 changed files with 6 additions and 6 deletions

View File

@@ -188,7 +188,7 @@ a functionally equivalent module. Enter Soong namespaces.
#### Namespaces
A presense of the `soong_namespace {..}` in an Android.bp file defines a
The presence of the `soong_namespace {..}` in an Android.bp file defines a
**namespace**. For instance, having
```