summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlmuHS <almuhs@github.com>2019-04-24 13:40:08 +0200
committerAlmuHS <almuhs@github.com>2019-04-24 13:40:08 +0200
commit84765c5e562d11e66eb3a06a26d7422a2a6a0691 (patch)
tree2345c2354157e09a99b20bf1fbd661b338ee5cfb
parenta864694b37c374e6f0bff0b5efa768887a61466a (diff)
fix typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 49c0ef9b..04b1332d 100644
--- a/README.md
+++ b/README.md
@@ -288,7 +288,7 @@ After this, `nproc` command shows all cpus of the machine, but this cpus aren't
- [Bosco GarcĂ­a](https://github.com/jbgg): Development guidance, original [MinSMP](https://github.com/jbgg/MinSMP) developer, explainations and documentation about MultiProcessor architecture, helpful with *gnumach* development.
-- Guillermo Bernaldo de Quiros Maraver: Helpful in original development, first full compilation, and find original SMP problem (SMP non-ACPI support)
+- Guillermo Bernaldo de Quiros Maraver: Helpful in original development, first full compilation, and find original SMP problem (SMP without APIC support)
- [Samuel Thibault](https://github.com/sthibaul): Hurd core dev. Clarifications about SMP status in gnumach, helpful with gnumach questions.