Skip to content

Commit 91c52c0

Browse files
konradybcioLNJ
authored and
LNJ
committed
Distribution.rst: tootfs->rootfs (#97)
1 parent 6a3737b commit 91c52c0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Distribution.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Startup sequence
130130
* fastboot starts the kernel and loads the initrd
131131
* initrd mounts the userdata partition and rootfs.img from it
132132
* After mounting rootfs.img it will start the systemd init from the rootfs
133-
* The tootfs is expected to mount the /system, /vendor and other android mount points before local-fs.target
133+
* The rootfs is expected to mount the /system, /vendor and other android mount points before local-fs.target
134134
* After the local-fs target, the lxc container is started
135135
* lxc pre-start hook will bind mount the mounted android partitions inside the android rootfs
136136
* Once the android container is started the host system will start udev and other system daemons

porting/debug-build/graphics.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ EGL_BAD_SURFACE
3636

3737
If these tests fail but some others succeed (lights, vibrator, Wi-Fi), you may need software which is built for Code Aurora Forum's Android for MSM (generally nicknamed "CAF" for short) rather than AOSP.
3838

39-
If this is the case, you'll errors similar to the following in :ref:`logcat`::
39+
If this is the case, you'll encounter errors similar to the following in :ref:`logcat`::
4040

4141
W Adreno-GSL: <gsl_ldd_control:475>: ioctl fd 8 code 0xc0140933 (IOCTL_KGSL_TIMESTAMP_EVENT) failed: errno 22 Invalid argument
4242
W Adreno-GSL: <ioctl_kgsl_syncobj_create:2984>: (9, 1, 62845) fail 22 Invalid argument

porting/debug-build/vibrator.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Vibrator
33
========
44

5-
vibrator is one of the simple parts to get going in Halium, and is often used as to goto test to check if libhybris linker works as expected.
5+
Vibrator is one of the simple parts to get going in Halium, and is often used as to goto test to check if libhybris linker works as expected.
66

77
Tests
88
-----

0 commit comments

Comments
 (0)