From 7d8d1c3f92377d44d2539a28f0a972102192353d Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 25 Jul 2017 23:53:11 -0400 Subject: [PATCH] spelling: occurrence --- src/symtab.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/symtab.h b/src/symtab.h index 8a5799b7..71ade8a7 100644 --- a/src/symtab.h +++ b/src/symtab.h @@ -307,7 +307,7 @@ typedef struct { /** The key, name of the semantic type. */ uniqstr tag; - /** The location of its first occurence. */ + /** The location of its first occurrence. */ location location; /** Its status : "undeclared", "used" or "declared".