OP-TEE / optee_docs

This git contains the official documentation for the OP-TEE project
BSD 2-Clause "Simplified" License
58 stars 96 forks source link

secure_storage: Fix tiny grammatical error. #64

Closed Raincode closed 4 years ago

Raincode commented 4 years ago

See old PR.

jbech-linaro commented 4 years ago

Thanks, two things. 1) You don't need to create new PRs, just push new patches on the same branch and as a final step when we're all happy with it, you'd have to do one more thing ... a squash and a push to the same branch.

2) Commit message better, but still not sufficient. If you git log, you see that all commit message have Signed-off-by ... Acked-by, Reviewed-by etc.

Please apply the same patter on your patch. Reviewed-by: Joakim Bech <joakim.bech@linaro.org>

Raincode commented 4 years ago

@jbech-linaro thank you for your patience.... I tried my best. Too much effort for a single letter :o)

jbech-linaro commented 4 years ago

No problem, we all have to start somewhere, thanks! Merging!