diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2012-06-16 19:59:59 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2012-06-16 19:59:59 +0000 |
commit | f00da9eeb3eae27653555459386b6318b09af638 (patch) | |
tree | 964d77af56a7095e7264dc14af429406b54eed4a /sys | |
parent | 58752ca47e41aa65694cdecbb692af9631dd1912 (diff) |
fix bad grammar in a comment
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/mvme68k/dev/ofobio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/dev/ofobio.c b/sys/arch/mvme68k/dev/ofobio.c index 35d469e609e..83917603d7a 100644 --- a/sys/arch/mvme68k/dev/ofobio.c +++ b/sys/arch/mvme68k/dev/ofobio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ofobio.c,v 1.1 2009/03/01 22:08:13 miod Exp $ */ +/* $OpenBSD: ofobio.c,v 1.2 2012/06/16 19:59:58 miod Exp $ */ /* * Copyright (c) 2009 Miodrag Vallat. @@ -99,7 +99,7 @@ ofobioattach(struct device *parent, struct device *self, void *aux) * are not modified to invalidate the board cache as well, * since its snooping appears to be good enough to make it * completely transparent (the fact that vsbic(4) works, relying - * to proper invalidate behaviour, is a good omen). + * upon proper invalidate behaviour, is a good omen). */ /* clear board cache, then enable it */ |