Skip to content

Commit

Permalink
Add slight clarification to documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
acoglio committed Jun 14, 2017
1 parent 43c3211 commit 25b21a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion books/projects/x86isa/utils/utilities.lisp
Expand Up @@ -677,7 +677,7 @@ the sake of efficiency.</p>"
(local (include-book "arithmetic/top-with-meta" :dir :system))

(define layout-constant-alistp (alst position max-size)
:short "Recognizer for all the layout constants"
:short "Recognizer for all the layout constants, i.e. contiguous bit fields"
:guard (and (natp position)
(natp max-size))
:enabled t
Expand Down

0 comments on commit 25b21a0

Please sign in to comment.