From 9f032b7824bfcab766a492ab97627bb1aa8bd3a7 Mon Sep 17 00:00:00 2001 From: Princess-of-Sleeping Date: Tue, 17 Oct 2023 03:46:46 +0900 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16da659d7..069763f01 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This repository contains all Vita headers needed for development. - `include/` contains the header files themselves - `psp2` is for header files of user-exported libraries - `psp2kern` is for header files of kernel-exported libraries - - `psp2common` is for shared defines on psp and psp2kern + - `psp2common` is for shared defines on psp2 and psp2kern - `docs` contains everything related to the generation of the documentation using doxygen. - `vita.header_warn.cmake` definition to notify developers when there are breaking changes to backwards compatibility in vita-headers