aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorFlavio Cruz <flaviocruz@gmail.com>2016-03-15 05:06:12 -0400
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2016-03-19 12:34:23 +0100
commit90963b533e0e8c1dccfcf79afe55d6b0a9c55d79 (patch)
tree543d2df0b4c97da64ddc8e234db42a1853435686 /README
parent8023ec242f1442159ba68d793447b9b3dc8db0aa (diff)
downloadmig-90963b533e0e8c1dccfcf79afe55d6b0a9c55d79.tar.gz
mig-90963b533e0e8c1dccfcf79afe55d6b0a9c55d79.tar.bz2
mig-90963b533e0e8c1dccfcf79afe55d6b0a9c55d79.zip
Simpler lexer regexps of case insensitive keywords.
* lexxer.l: Use (?i) for matching case insensitive keywords. * README: Fix typo.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index e4c0639..2c693d8 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ This is GNU MIG, the GNU distribution of the Mach 3.0 Interface Generator
(MIG), <http://www.gnu.org/software/hurd/microkernel/mach/mig/gnu_mig.html>.
Welcome.
-This tool translates Remore Procedure Call (RPC) definition files to C
+This tool translates Remote Procedure Call (RPC) definition files to C
code, and is required to compile any packages that are receiving or
invoking RPCs, such as GNU Mach, GNU Hurd, and the GNU C Library (glibc)
when compiled for the Hurd.