From 7fdd6e2086777902bd727987d38da179f2950112 Mon Sep 17 00:00:00 2001 From: Marco Rubin <20150305+Rubo3@users.noreply.github.com> Date: Wed, 23 Mar 2022 09:07:28 +0000 Subject: [PATCH] Grammar fixes --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8815d80..b17ddef 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ void init_vulkan () { ``` ##### Select physical device -**VkhPhyInfo** is an helper structure that will store common usefull physical device informations, queues flags, memory properties in a single call for all the device present on the machine. +**VkhPhyInfo** is an helper structure that will store common usefull physical device informations, queues flags, memory properties in a single call for all the devices present on the machine. ```c VkhPhyInfo* phys = vkh_app_get_phyinfos (e->app, &phyCount, surf); ``` @@ -62,12 +62,13 @@ for (uint i=0; i