summaryrefslogtreecommitdiff
path: root/source/compiler/aslpredef.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2020-04-30 23:40:36 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2020-04-30 23:40:36 +0000
commita95d9dd0e22ace9a8f960e939af923c79e7a271e (patch)
tree99b9b07bd34bc3ebedbbeeaff97882b0e0778346 /source/compiler/aslpredef.c
parenta117a0a6c82c5a5030040bd2b75704a1366741d6 (diff)
Notes
Diffstat (limited to 'source/compiler/aslpredef.c')
-rw-r--r--source/compiler/aslpredef.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/compiler/aslpredef.c b/source/compiler/aslpredef.c
index afef94a0d64a..1ee4fd495e5b 100644
--- a/source/compiler/aslpredef.c
+++ b/source/compiler/aslpredef.c
@@ -674,7 +674,7 @@ ApCheckForSpecialName (
/*
* Was not actually emitted by the compiler. This is a special case,
* however. If the ASL code being compiled was the result of a
- * dissasembly, it may possibly contain valid compiler-emitted names
+ * disassembly, it may possibly contain valid compiler-emitted names
* of the form "_T_x". We don't want to issue an error or even a
* warning and force the user to manually change the names. So, we
* will issue a remark instead.